Frame 1
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar._width = getPercent * 383.1;
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndStop(3);
}
Stage.showMenu = false;
_global.restart = 7;
_global.map1score = 0;
_global.map2score = 0;
_global.map3score = 0;
_global.map4score = 0;
_global.highmap1score = 0;
_global.highmap2score = 0;
_global.highmap3score = 0;
_global.highmap4score = 0;
Instance of Symbol 23 MovieClip in Frame 1
onClipEvent (load) {
wait = 0;
}
onClipEvent (enterFrame) {
wait++;
if (wait > 120) {
if (_root._currentframe == 3) {
_global.systemofadown = 1;
}
}
if (_global.systemofadown == 1) {
_root.gotoAndStop(4);
}
}
Frame 2
_root.gotoAndPlay(1);
Frame 3
stop();
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__("387dc602", this, 10301, true);
Frame 4
stop();
Instance of Symbol 31 MovieClip in Frame 4
onClipEvent (load) {
this.gotoAndStop(random(2) + 1);
if (_global.restart == 7) {
this.gotoAndStop(1);
}
}
Instance of Symbol 46 MovieClip "bub" in Frame 4
onClipEvent (load) {
this._x = _root._xmouse;
this._y = _root._ymouse;
yspeed = 2;
xspeed = (random(25) - 10) * 0.05;
this._width = 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
yspeed = yspeed - 0.3;
if (this._y < -10) {
removeMovieClip(this);
}
}
Instance of Symbol 48 MovieClip in Frame 4
onClipEvent (load) {
bublevel = 15;
bubwait = 0;
}
onClipEvent (enterFrame) {
bubwait--;
if (bubwait < 0) {
duplicateMovieClip (_root.bub, "bub" + bublevel, bublevel);
bublevel++;
duplicateMovieClip (_root.bub, "bub" + bublevel, bublevel);
bublevel++;
bubwait = 3;
}
}
Instance of Symbol 64 MovieClip "idk" in Frame 4
onClipEvent (enterFrame) {
if (_global.restart == 7) {
this.cheat = " ";
}
if (_global.restart == 8) {
this.cheat = "Kelly";
}
if (this.password == "Kelly") {
_global.restart = 8;
}
if (_global.restart == 9) {
this.cheat = "Jamie";
}
if (this.password == "Jamie") {
_global.restart = 9;
}
if (_global.restart == 10) {
this.cheat = "Danie";
}
if (this.password == "Danie") {
_global.restart = 10;
}
if (_global.restart == 11) {
this.cheat = "Jordyn";
}
if (this.password == "Jordyn") {
_global.restart = 11;
}
if (_global.restart == 12) {
this.cheat = "Casey";
}
if (this.password == "Casey") {
_global.restart = 12;
}
}
Instance of Symbol 101 MovieClip in Frame 4
onClipEvent (load) {
}
onClipEvent (enterFrame) {
this.m1c = "Level 1: " + Math.round(_global.highmap1score);
this.m2c = "Level 2: " + Math.round(_global.highmap2score);
this.m3c = "Level 3: " + Math.round(_global.highmap3score);
this.m4c = "Level 4: " + Math.round(_global.highmap4score);
this.hs = "Overall: " + Math.round(((_global.highmap1score + _global.highmap2score) + _global.highmap3score) + _global.highmap4score);
_global.finalscore = Math.round(((_global.highmap1score + _global.highmap2score) + _global.highmap3score) + _global.highmap4score);
if (_global.highmap1score == 0) {
this.m1c = " ";
}
if (_global.highmap2score == 0) {
this.m2c = " ";
}
if (_global.highmap3score == 0) {
this.m3c = " ";
}
if (_global.highmap4score == 0) {
this.m4c = " ";
}
if ((((_global.highmap1score + _global.highmap2score) + _global.highmap3score) + _global.highmap4score) == 0) {
this.hs = " ";
this.idk._alpha = 0;
this.butt._alpha = 0;
this.butt.gotoAndStop(2);
} else {
this.idk._alpha == 100;
this.butt._alpha == 100;
}
}
Instance of Symbol 104 MovieClip "tehback" in Frame 5
onClipEvent (enterFrame) {
this._x = -_root._x;
this._y = -_root._y;
}
Instance of Symbol 106 MovieClip "cloudB" in Frame 5
onClipEvent (load) {
this._alpha = 30;
cloudwait = 0;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
cloudwait--;
if (cloudwait < 0) {
this._x = this._x - xspeed;
if (this._x < (-200 - _root._x)) {
this._x = (550 + (this._width / 2)) - _root._x;
this._y = (random(400) + 1) - _root._y;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 108 MovieClip "cloudA" in Frame 5
onClipEvent (load) {
this._alpha = 30;
cloudwait = 0;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
cloudwait--;
if (cloudwait < 0) {
this._x = this._x - xspeed;
if (this._x < (-200 - _root._x)) {
this._x = (550 + (this._width / 2)) - _root._x;
this._y = (random(400) + 1) - _root._y;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 108 MovieClip "cloudA" in Frame 5
onClipEvent (load) {
this._alpha = 30;
cloudwait = 30;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
cloudwait--;
if (cloudwait < 0) {
this._x = this._x - xspeed;
if (this._x < (-200 - _root._x)) {
this._x = (550 + (this._width / 2)) - _root._x;
this._y = (random(400) + 1) - _root._y;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 108 MovieClip "cloudA" in Frame 5
onClipEvent (load) {
this._alpha = 30;
cloudwait = 60;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
cloudwait--;
if (cloudwait < 0) {
this._x = this._x - xspeed;
if (this._x < (-200 - _root._x)) {
this._x = (550 + (this._width / 2)) - _root._x;
this._y = (random(400) + 1) - _root._y;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 106 MovieClip "cloudB" in Frame 5
onClipEvent (load) {
this._alpha = 30;
cloudwait = 48;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
cloudwait--;
if (cloudwait < 0) {
this._x = this._x - xspeed;
if (this._x < (-200 - _root._x)) {
this._x = (550 + (this._width / 2)) - _root._x;
this._y = (random(400) + 1) - _root._y;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 106 MovieClip "cloudB" in Frame 5
onClipEvent (load) {
this._alpha = 30;
cloudwait = 24;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
cloudwait--;
if (cloudwait < 0) {
this._x = this._x - xspeed;
if (this._x < (-200 - _root._x)) {
this._x = (550 + (this._width / 2)) - _root._x;
this._y = (random(400) + 1) - _root._y;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 106 MovieClip "cloudB" in Frame 5
onClipEvent (load) {
this._alpha = 30;
cloudwait = 72;
xspeed = random(10) + 15;
}
onClipEvent (enterFrame) {
cloudwait--;
if (cloudwait < 0) {
this._x = this._x - xspeed;
if (this._x < (-200 - _root._x)) {
this._x = (550 + (this._width / 2)) - _root._x;
this._y = (random(400) + 1) - _root._y;
xspeed = random(10) + 15;
}
}
}
Instance of Symbol 110 MovieClip "splash" in Frame 5
onClipEvent (load) {
if (_global.active > 0) {
_root.sfxbox.gotoAndPlay(2);
}
this._width = 1;
this._height = 1;
xspeed = random(10) - 5;
yspeed = random(10) - 5;
life = 300;
}
onClipEvent (enterFrame) {
this._alpha = life;
this._width = this._width + 0.8;
if (this._width > 25) {
this._width = 25;
this._alpha = 0;
}
this._height = this._width;
this._x = this._x - xspeed;
this._y = this._y - yspeed;
life = life - 10;
if (life < 10) {
this._alpha = 0;
this._width = 0.1;
this._height = this._width;
removeMovieClip(this);
}
}
Instance of Symbol 112 MovieClip in Frame 5
onClipEvent (load) {
_root._x = 0;
_root._y = 0;
_global.active = 0;
_global.ycheck = 0;
_global.xcheck = 0;
_global.NN = 100;
_global.leveltime = 120;
_global.timefall = 0.07166;
}
onClipEvent (enterFrame) {
this._alpha = 0;
if (_global.active == 1) {
if (_global.leveltime < 0) {
_global.leveltime = 0;
_global.active = 0;
_root.gameover._width = 550;
_root.gameover._height = 400;
_root.gameover._x = _root._x;
_root.gameover._y = _root._y;
_root.gameover.alive = 1;
}
_global.leveltime = _global.leveltime - _global.timefall;
if (_global.leveltime > _global.timetop) {
_global.timetop = _global.leveltime;
}
if (_global.leveltime < 500) {
_global.timetop = 500;
}
if (Key.isDown(80)) {
_global.active = 0;
_root.pasue._x = -_root._x;
_root.pasue._y = -_root._y;
}
_global.restart = _root._currentframe;
}
}
Instance of Symbol 115 MovieClip "mbox" in Frame 5
onClipEvent (enterFrame) {
this._alpha = 0;
}
Instance of Symbol 124 MovieClip "soul" in Frame 5
onClipEvent (load) {
this._x = 275;
this._y = 200;
movxdir = 1;
movydir = 1;
}
onClipEvent (mouseDown) {
movemax = 15;
}
onClipEvent (mouseUp) {
movemax = 80;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this._currentframe == 13) {
if (this._x < _root._xmouse) {
movxdir = 1;
}
if (this._x > _root._xmouse) {
movxdir = -1;
}
if (this._y < _root._ymouse) {
movydir = 1;
}
if (this._y > _root._ymouse) {
movydir = -1;
}
xmoveing = ((_root._xmouse - this._x) / 6) * movxdir;
ymoveing = ((_root._ymouse - this._y) / 6) * movydir;
if (xmoveing > movemax) {
xmoveing = movemax;
}
if (xmoveing < (-movemax)) {
xmoveing = -movemax;
}
if (ymoveing > 50) {
ymoveing = movemax;
}
if (ymoveing < (-movemax)) {
ymoveing = -movemax;
}
if (this._x > (_root._xmouse + 5)) {
_root._x = _root._x + xmoveing;
this._x = this._x - xmoveing;
}
if (this._x < (_root._xmouse - 5)) {
_root._x = _root._x - xmoveing;
this._x = this._x + xmoveing;
}
if (this._y > (_root._ymouse + 5)) {
_root._y = _root._y + ymoveing;
this._y = this._y - ymoveing;
}
if (this._y < (_root._ymouse - 5)) {
_root._y = _root._y - ymoveing;
this._y = this._y + ymoveing;
}
}
_root.wind._x = this._x;
_root.wind._y = this._y;
_root.voice._x = 275 - _root._x;
_root.voice._y = 40 - _root._y;
_root.antivoice._x = 275 - _root._x;
_root.antivoice._y = 370 - _root._y;
_root.levelbar._x = 2 - _root._x;
_root.levelbar._y = 394 - _root._y;
_root.levelbarbitch._x = (2 + _root.levelbar._width) - _root._x;
_root.levelbarbitch._y = 386 - _root._y;
}
}
Instance of Symbol 129 MovieClip "wind" in Frame 5
onClipEvent (load) {
this._x = 275;
this._y = 200;
this._alpha = 0;
blow = 0;
_global.windtype = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_global.windtype == 0) {
this.gotoAndStop(1);
}
if (_global.windtype == 1) {
this.gotoAndStop(2);
}
if (clicking == 1) {
blow = 1;
if (_root.sfxboxB._currentframe == 1) {
_root.sfxboxB.play();
}
}
if (clicking == 0) {
blow = 0;
_root.sfxboxB.gotoAndStop(1);
}
if (blow == 1) {
if (this._alpha < 50) {
this._alpha = this._alpha + 10;
}
if (this._alpha > 50) {
this._alpha = 50;
}
}
if (blow == 0) {
if (this._alpha > 0) {
this._alpha = this._alpha - 10;
}
if (this._alpha < 0) {
this._alpha = 0;
}
}
}
}
onClipEvent (mouseDown) {
clicking = 1;
}
onClipEvent (mouseUp) {
clicking = 0;
}
Instance of Symbol 132 MovieClip "sfxbox" in Frame 5
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 134 MovieClip "sfxboxB" in Frame 5
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 137 MovieClip "drip" in Frame 5
onClipEvent (load) {
life = 200;
yspeed = 1 + random(3);
this._width = this._width / 1.7;
this._height = this._height / 1.7;
}
onClipEvent (enterFrame) {
this._alpha = life / 2;
life = life - 5;
this._y = this._y + yspeed;
yspeed = yspeed * 1.2;
if (life < 0) {
removeMovieClip(this);
}
}
Instance of Symbol 150 MovieClip "pasue" in Frame 5
onClipEvent (load) {
this._width = 550;
this._height = 400;
}
onClipEvent (enterFrame) {
if (_global.active > 0) {
this._alpha = 0;
this._x = 600 - _root._x;
}
if (_global.active == 0) {
this._alpha = 100;
}
this.swapDepths(_global.NN + 5000000);
}
Instance of Symbol 153 MovieClip "levelbarbitch" in Frame 5
onClipEvent (enterFrame) {
this.fuck = _global.leveltime;
}
Instance of Symbol 160 MovieClip "eyefire" in Frame 5
onClipEvent (load) {
if (this._name == "eyefire") {
stop();
this._alpha = 0;
}
if (this._name != "eyefire") {
this._alpha = 100;
xspeed = random(10) - 5;
yspeed = random(10) - 5;
life = 300;
}
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (xspeed == 0) {
xspeed = random(10) - 5;
}
if (yspeed == 0) {
yspeed = random(10) - 5;
}
if (this._name != "eyefire") {
this._x = this._x + xspeed;
this._y = this._y + yspeed;
this._alpha = life;
if (this._alpha > 90) {
if (this.hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
life--;
if (life < 0) {
removeMovieClip(this);
}
}
}
Instance of Symbol 162 MovieClip "voice" in Frame 5
onClipEvent (load) {
this.talk = "Greetings young one, It has been a while.";
timer = 0;
opening = 0;
this._alpha = 0;
chatter = 0;
talktime = 50;
talknumber = 0;
secondtalk = "...";
thirdtalk = "...";
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root._currentframe == 7) {
if (timer < 700) {
timer++;
if ((timer > 0) and (timer < 45)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 55) and (timer < 95)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "Why don\u2019t you try learning to move?";
}
}
if ((timer > 95) and (timer < 130)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 130) and (timer < 155)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "It would appear that they have you trapped...";
}
}
if ((timer > 155) and (timer < 210)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 210) and (timer < 235)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "Do you truly desire freedom?";
}
}
if ((timer > 235) and (timer < 270)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 270) and (timer < 295)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "Perhaps you should try to find a way out.";
}
}
if ((timer > 295) and (timer < 320)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 320) and (timer < 345)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "Be careful, time is not on your side...";
}
}
if (timer == 170) {
_root.wall.moon.gettoit = 1;
timer = 180;
}
if ((timer > 410) and (timer < 450)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 450) and (timer < 475)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "but the stars are.";
}
}
if ((timer > 475) and (timer < 500)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 500) and (timer < 525)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "Collect them to prolong your time.";
}
}
if ((timer > 525) and (timer < 550)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 550) and (timer < 575)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "They seek to inherit the wind...";
}
}
}
if ((timer > 750) and (timer < 950)) {
timer++;
if ((timer > 750) and (timer < 790)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 790) and (timer < 815)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "you should apply pressure to them...";
}
}
if ((timer > 815) and (timer < 855)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 855) and (timer < 880)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "But beware, one who is blowing cannot move as easily.";
}
}
if ((timer > 880) and (timer < 920)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 920) and (timer < 945)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "Go on, make contact with it.";
}
}
}
if ((timer > 950) and (timer < 1100)) {
timer++;
if ((timer > 950) and (timer < 990)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 990) and (timer < 1015)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "It will serve as your new home.";
}
}
if ((timer > 1015) and (timer < 1055)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 1070) and (timer < 1095)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "Patience is a virtue\u2026";
}
}
}
if ((timer > 1950) and (timer < 2100)) {
timer++;
if ((timer > 1950) and (timer < 1990)) {
this._alpha = this._alpha + 5;
if (this._alpha > 100) {
this._alpha = 100;
}
}
if ((timer > 1990) and (timer < 2015)) {
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._alpha = 0;
this.talk = "...";
}
}
}
}
this._x = 275 - _root._x;
this._y = 40 - _root._y;
if (chatter == 1) {
this._alpha = this._alpha + 5;
if (this._alpha > (talktime + 100)) {
chatter = 2;
}
}
if (chatter == 2) {
this._alpha = this._alpha - 5;
if (this._alpha < -30) {
this._alpha = 0;
this.talk = this.secondtalk;
chatter = 3;
}
}
if (chatter == 3) {
if (talknumber == 1) {
chatter = 0;
this._alpha = 0;
}
this._alpha = this._alpha + 5;
if (this._alpha > (talktime + 100)) {
chatter = 4;
}
if (talknumber == 1) {
chatter = 0;
this._alpha = 0;
}
}
if (chatter == 4) {
this._alpha = this._alpha - 5;
if (this._alpha < -30) {
this._alpha = 0;
this.talk = this.thirdtalk;
chatter = 5;
}
}
if (chatter == 5) {
if (talknumber == 2) {
this._alpha = 0;
chatter = 0;
}
this._alpha = this._alpha + 5;
if (this._alpha > (talktime + 100)) {
chatter = 6;
}
if (talknumber == 2) {
this._alpha = 0;
chatter = 0;
}
}
if (chatter == 6) {
this._alpha = this._alpha - 5;
if (this._alpha < -30) {
this._alpha = 0;
chatter = 0;
}
}
}
}
Instance of Symbol 165 MovieClip "gameover" in Frame 5
onClipEvent (load) {
_alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
this._x = -_root._x;
this._y = -_root._y;
if (alive == 0) {
_alpha = (_alpha-1);
_alpha = (_alpha-1);
_alpha = (_alpha-1);
_alpha = (_alpha-1);
_alpha = (_alpha-1);
if (this._alpha < 0) {
this._alpha = 0;
}
}
if (alive == 1) {
_alpha = (_alpha+1);
_alpha = (_alpha+1);
_alpha = (_alpha+1);
}
if (this._alpha > 200) {
_global.ycheck = 0;
_global.xcheck = 0;
_root._y = -_global.ycheck;
_root._x = -_global.xcheck;
_root.soul._x = _global.xcheck + 275;
_root.soul._y = _global.ycheck + 200;
_global.NN = 100;
_global.leveltime = 120;
_global.active = 1;
if (_global.fuckinggay < 1) {
_global.fuckinggay == 1;
}
_root.mbox.gotoAndPlay(19002);
_root.gotoAndPlay(3);
this._alpha = 100;
alive = 0;
}
}
Instance of Symbol 167 MovieClip "antivoice" in Frame 5
onClipEvent (load) {
this.talk = "Greetings young one, It has been a while.";
timer = 0;
opening = 0;
this._alpha = 0;
chatter = 0;
talktime = 50;
talknumber = 0;
secondtalk = "...";
thirdtalk = "...";
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
this._x = 275 - _root._x;
this._y = 370 - _root._y;
if (chatter == 1) {
this._alpha = this._alpha + 5;
if (this._alpha > (talktime + 100)) {
chatter = 2;
}
}
if (chatter == 2) {
this._alpha = this._alpha - 5;
if (this._alpha < -30) {
this._alpha = 0;
this.talk = this.secondtalk;
chatter = 3;
}
}
if (chatter == 3) {
if (talknumber == 1) {
chatter = 0;
this._alpha = 0;
}
this._alpha = this._alpha + 5;
if (this._alpha > (talktime + 100)) {
chatter = 4;
}
if (talknumber == 1) {
chatter = 0;
this._alpha = 0;
}
}
if (chatter == 4) {
this._alpha = this._alpha - 5;
if (this._alpha < -30) {
this._alpha = 0;
this.talk = this.thirdtalk;
chatter = 5;
}
}
if (chatter == 5) {
if (talknumber == 2) {
this._alpha = 0;
chatter = 0;
}
this._alpha = this._alpha + 5;
if (this._alpha > (talktime + 100)) {
chatter = 6;
}
if (talknumber == 2) {
this._alpha = 0;
chatter = 0;
}
}
if (chatter == 6) {
this._alpha = this._alpha - 5;
if (this._alpha < -30) {
this._alpha = 0;
chatter = 0;
}
}
}
}
Instance of Symbol 170 MovieClip "levelbar" in Frame 5
onClipEvent (enterFrame) {
}
Instance of Symbol 175 MovieClip "ben" in Frame 5
onClipEvent (load) {
death = 0;
this._width = 1342.2;
this._height = 1063.9;
}
onClipEvent (enterFrame) {
if (death == 1) {
this._alpha--;
this._alpha--;
this._alpha--;
this._alpha--;
this._alpha--;
this._alpha--;
if (this._alpha < 5) {
this._x = 8000 - _root._x;
this._alpha = 0;
unloadMovie (this);
}
}
}
Instance of Symbol 178 MovieClip in Frame 5
onClipEvent (load) {
this._alpha = 0;
life = 0;
this._x = 275;
this._y = 200;
}
onClipEvent (enterFrame) {
if (_root._currentframe > 6) {
this._alpha = 0;
}
life++;
if (life < 40) {
this._alpha = this._alpha + 3;
}
if (life > 100) {
this._alpha = this._alpha - 3;
}
if (life == 140) {
_root.ben._x = 0;
_root.ben._y = 0;
_root.gotoAndStop(_global.restart);
}
}
Frame 6
stop();
Frame 7
stop();
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Patience is a virtue...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = " ";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "They seek to inherit the wind...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "you should apply pressure to them...";
_root.voice.thirdtalk = "But beware, one who is blowing cannot move as easily.";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Go on, make contact with it.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "It will serve as your new home.";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Do not let fear get the best of you.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 55;
_root.voice.secondtalk = "Move forward with confidence.";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 191 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 191 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 191 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 191 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 191 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 200 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 200 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 200 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 202 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 204 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 206 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 208 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 210 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 214 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 214 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 214 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 214 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 216 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 218 MovieClip "plugA" in Frame 7
onClipEvent (load) {
alive = 0;
puzz = 0;
}
onClipEvent (enterFrame) {
if (puzz < 4) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (puzz > 3) {
this._alpha = 0;
}
}
Instance of Symbol 220 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 222 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 224 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 226 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 228 MovieClip "hingeA" in Frame 7
onClipEvent (load) {
alive = 0;
puzz = 0;
}
onClipEvent (enterFrame) {
if (puzz > 2) {
if (this._currentframe < 2) {
play();
}
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 228 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_root.hingeA.puzz > 2) {
if (this._currentframe < 2) {
play();
}
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 213 MovieClip in Frame 7
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 232 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 242 MovieClip in Frame 7
onClipEvent (load) {
this._x = 275;
this._y = 200;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
}
}
Instance of Symbol 242 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
unloadMovie (this);
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 246 MovieClip "wall" in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 250 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 252 MovieClip in Frame 7
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_global.map1score = _global.leveltime;
if (_global.map1score > _global.highmap1score) {
_global.highmap1score = _global.map1score;
}
_root._y = 0;
_root._x = 0;
_root.soul._x = 275 - _root._x;
_root.soul._y = 200 - _root._y;
_global.ycheck = 0;
_global.xcheck = 0;
_root._y = -_global.ycheck;
_root._x = -_global.xcheck;
_root.soul._x = _global.xcheck + 275;
_root.soul._y = _global.ycheck + 200;
if (_global.leveltime < 120) {
_global.leveltime = 120;
}
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 254 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 257 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.hingeA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 257 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.hingeA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 257 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.hingeA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 259 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 193 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 261 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 263 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 265 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 267 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 257 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.plugA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 257 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.plugA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 257 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.plugA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 257 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.plugA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 269 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 242 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 271 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 273 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 275 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 204 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 204 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 277 MovieClip in Frame 7
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 242 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 242 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 242 MovieClip in Frame 7
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Frame 8
stop();
Instance of Symbol 280 MovieClip "gear12" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 188 MovieClip in Frame 8
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Those that take some time to get started, may also take time to get stopped...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "I hear movement in the distance...";
_root.voice.thirdtalk = "Can you keep them all going?";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 285 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 287 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 289 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 295 MovieClip "bigbag" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
special = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (special < 1) {
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
if (special > 0) {
play();
special--;
}
}
}
Instance of Symbol 297 MovieClip "jewback" in Frame 8
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
}
Instance of Symbol 299 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear10.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 188 MovieClip in Frame 8
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "You figured that all out by yourself.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 85;
_root.voice.secondtalk = "Even with those forsaken ones trying to distract you.";
_root.voice.thirdtalk = "It looks as though I\u2019ve made wise choice in you...";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 297 MovieClip "ballback" in Frame 8
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 292 MovieClip "gear4" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 292 MovieClip "gear3" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 188 MovieClip in Frame 8
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Attention to detail is key.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "The unbound one will pass along your influence.";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 188 MovieClip in Frame 8
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "You are progressing Quite nicely.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "But there is still far for you to go\u2026";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 242 MovieClip in Frame 8
onClipEvent (load) {
this._x = 275;
this._y = 200;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
}
}
Instance of Symbol 252 MovieClip in Frame 8
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_global.map2score = _global.leveltime;
if (_global.map2score > _global.highmap2score) {
_global.highmap2score = _global.map2score;
}
_root._y = 0;
_root._x = 0;
_root.soul._x = 275 - _root._x;
_root.soul._y = 200 - _root._y;
_global.ycheck = 0;
_global.xcheck = 0;
_root._y = -_global.ycheck;
_root._x = -_global.xcheck;
_root.soul._x = _global.xcheck + 275;
_root.soul._y = _global.ycheck + 200;
if (_global.leveltime < 120) {
_global.leveltime = 120;
}
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 321 MovieClip "red2" in Frame 8
onClipEvent (load) {
this.innerred.beamon = 0;
beamtest = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
beamtest = 0;
i = 0;
while ((i < (_global.rednum + 1)) and (i != 2)) {
if (_root["red" + i].hitTest(this._x, this._y, true)) {
beamtest++;
}
i++;
}
if (beamtest < 1) {
this.innerred.beamon = 0;
}
if (beamtest > 0) {
this.innerred.beamon = 1;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((this.innerred.innerinnerred.hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
if ((this.innerred.beamon == 1) and (this.innerred._currentframe == 1)) {
this.innerred.play();
}
if ((this.innerred.beamon == 0) and (this.innerred._currentframe == 10)) {
this.innerred.play();
}
}
}
Instance of Symbol 321 MovieClip "red1" in Frame 8
onClipEvent (load) {
this.innerred.beamon = 1;
_global.rednum = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((this.innerred.innerinnerred.hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
if ((this.innerred.beamon == 1) and (this.innerred._currentframe == 1)) {
this.innerred.play();
}
if ((this.innerred.beamon == 0) and (this.innerred._currentframe == 10)) {
this.innerred.play();
}
}
}
Instance of Symbol 321 MovieClip "red3" in Frame 8
onClipEvent (load) {
this.innerred.beamon = 0;
beamtest = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
beamtest = 0;
i = 0;
while ((i < (_global.rednum + 1)) and (i != 3)) {
if (_root["red" + i].hitTest(this._x, this._y, true)) {
beamtest++;
}
i++;
}
if (beamtest < 1) {
this.innerred.beamon = 0;
}
if (beamtest > 0) {
this.innerred.beamon = 1;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((this.innerred.innerinnerred.hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
if ((this.innerred.beamon == 1) and (this.innerred._currentframe == 1)) {
this.innerred.play();
}
if ((this.innerred.beamon == 0) and (this.innerred._currentframe == 10)) {
this.innerred.play();
}
}
}
Instance of Symbol 242 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 257 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.blockerA.puzz++;
_root.blockerB.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 292 MovieClip "gear2" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 280 MovieClip "gear1" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 326 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_global.windtype != 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_global.windtype = 1;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
}
Instance of Symbol 328 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_global.windtype != 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_global.windtype = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
}
Instance of Symbol 334 MovieClip in Frame 8
onClipEvent (load) {
this.gotoAndStop(15 * random(7));
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
}
}
Instance of Symbol 339 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 341 MovieClip in Frame 8
onClipEvent (load) {
this._alpha = 0;
}
Instance of Symbol 343 MovieClip "grin" in Frame 8
onClipEvent (load) {
alive = 0;
size = random(500) + 300;
sp = this._height / this._width;
this._width = 0.01;
this._height = this._width * sp;
this._x = random(551) - _root._x;
this._y = random(400) - _root._y;
warpwait = random(50) + 50;
this._alpha = 0;
_global.whitealive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_global.whitealive == 0) {
this._width = this._width * 0.61;
this._height = this._width * sp;
this._alpha = (this._width / size) * 100;
}
if (_global.whitealive == 1) {
warpwait--;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (warpwait > 0) {
this._alpha = (this._width / size) * 100;
if (this._width < 0.01) {
this._width = 0.01;
}
if (this._width < size) {
this._width = this._width + (size / 20);
}
this._height = this._width * sp;
}
if (warpwait < 0) {
this._width = this._width - (size / 10);
this._height = this._width * sp;
this._alpha = (this._width / size) * 100;
}
if (warpwait < -50) {
this._width = 0.01;
this._height = this._width * sp;
this._x = random(551) - _root._x;
this._y = random(400) - _root._y;
size = random(800) + 300;
this._alpha = 0;
warpwait = random(30) + 50;
}
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 345 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 345 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 347 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 349 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 345 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 351 MovieClip "blockerA" in Frame 8
onClipEvent (load) {
alive = 0;
puzz = 0;
}
onClipEvent (enterFrame) {
if (puzz == 0) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (puzz > 0) {
this._alpha = 0;
}
}
Instance of Symbol 351 MovieClip "blockerB" in Frame 8
onClipEvent (load) {
alive = 0;
puzz = 0;
}
onClipEvent (enterFrame) {
if (puzz == 0) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (puzz > 0) {
this._alpha = 0;
}
}
Instance of Symbol 353 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 355 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 357 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear5.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 359 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 359 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear4.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear4.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 299 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear3.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 299 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear2.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 299 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear4.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 345 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 242 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 361 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 361 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear4.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear3.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 280 MovieClip "gear5" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 345 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 280 MovieClip "gear8" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 280 MovieClip "gear9" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 280 MovieClip "gear10" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 299 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear8.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 345 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 353 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 362 MovieClip "gear6" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
spin = -100;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
spin--;
if (spin < -100) {
spin = -100;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
spin = spin + 10;
if (spin > 500) {
spin = 500;
}
}
if (spin > 0) {
play();
puzz = 1;
_root.bigbagB.special = _root.bigbagB.special + 4;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 362 MovieClip "gear66" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
spin = -100;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
spin--;
if (spin < -100) {
spin = -100;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
spin = spin + 10;
if (spin > 500) {
spin = 500;
}
}
if (spin > 0) {
play();
puzz = 1;
_root.bigbag.special++;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 362 MovieClip "gear666" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzz = 0;
spin = -100;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
spin--;
if (spin < -100) {
spin = -100;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
spin = spin + 10;
if (spin > 500) {
spin = 500;
}
}
if (spin > 0) {
play();
puzz = 1;
_root.bigbagC.special++;
_root.bigbagC.special++;
_root.bigbagC.special++;
_root.bigbagC.special++;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 295 MovieClip "bigbagB" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
special = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (special < 1) {
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
if (special > 0) {
play();
special--;
}
}
}
Instance of Symbol 295 MovieClip "bigbagC" in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
special = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (special < 1) {
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
if (special > 0) {
play();
special--;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 368 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear5.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 295 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
stop();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 295 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
stop();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear5.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 8
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 306 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 379 MovieClip in Frame 8
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 299 MovieClip in Frame 8
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear9.puzz == 1) {
play();
} else {
stop();
}
}
}
Frame 9
stop();
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 382 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 384 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 386 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 388 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 390 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "I need you to search your memory...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 55;
_root.voice.secondtalk = "to recall the mark of the beast...";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "In the distance... something terrible approches...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 55;
_root.voice.secondtalk = "They have unleashed the Whiteteeth upon you.";
_root.voice.thirdtalk = "Make haste.";
_root.voice.talknumber = 3;
_global.whitealive = 1;
alive++;
}
}
}
Instance of Symbol 392 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 392 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 394 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 394 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 396 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Do you wish to know who I am?";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 55;
_root.voice.secondtalk = "Many have sought this knowledge, none have ever attained it.";
_root.voice.thirdtalk = "If you truly desire the truth, perhaps you should keep searching...";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 398 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 400 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 402 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 404 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 292 MovieClip "gear6" in Frame 9
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 406 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 304 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 297 MovieClip "ballback" in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 297 MovieClip "jewback2" in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
}
Instance of Symbol 408 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
movewait = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
movewait--;
if (movewait < 0) {
play();
movewait = 0;
} else {
stop();
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 410 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
movewait = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
movewait--;
if (movewait < 0) {
play();
movewait = 0;
} else {
stop();
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 292 MovieClip "gear7" in Frame 9
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 412 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 299 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear8.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 299 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear7.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 299 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear5.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 299 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear6.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 414 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip "gear5" in Frame 9
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 416 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 416 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 416 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 418 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
alive = 1;
_root.spinfagB._alpha = _root.spinfagB._alpha + 10;
} else {
alive = 0;
_root.spinfagB._alpha = _root.spinfagB._alpha - 10;
}
if (alive > 0) {
_root.spinfagB._x = _root.soul._x;
}
}
Instance of Symbol 420 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 418 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
alive = 1;
_root.spinfag._alpha = _root.spinfag._alpha + 10;
} else {
alive = 0;
_root.spinfag._alpha = _root.spinfag._alpha - 10;
}
if (alive > 0) {
_root.spinfag._x = _root.soul._x;
}
}
Instance of Symbol 422 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "It seems to have grown attached to you.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 45;
_root.voice.secondtalk = "I hope that it will let you go...";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 242 MovieClip in Frame 9
onClipEvent (load) {
this._x = 275;
this._y = 200;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
}
}
Instance of Symbol 252 MovieClip in Frame 9
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_global.map3score = _global.leveltime;
if (_global.map3score > _global.highmap3score) {
_global.highmap3score = _global.map3score;
}
_root._y = 0;
_root._x = 0;
_root.soul._x = 275 - _root._x;
_root.soul._y = 200 - _root._y;
_global.ycheck = 0;
_global.xcheck = 0;
_root._y = -_global.ycheck;
_root._x = -_global.xcheck;
_root.soul._x = _global.xcheck + 275;
_root.soul._y = _global.ycheck + 200;
_global.whitealive = 0;
if (_global.leveltime < 120) {
_global.leveltime = 120;
}
_root.gotoAndStop(_root._currentframe + 1);
}
}
Instance of Symbol 242 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 257 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.hingeA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 334 MovieClip "dice1" in Frame 9
onClipEvent (load) {
this.gotoAndStop(15 * random(7));
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
}
if (this.die == 3) {
_root.doorway.puzzA = 1;
} else {
_root.doorway.puzzA = 0;
}
}
Instance of Symbol 343 MovieClip "grin" in Frame 9
onClipEvent (load) {
alive = 0;
size = random(500) + 300;
sp = this._height / this._width;
this._width = 0.01;
this._height = this._width * sp;
this._x = random(551) - _root._x;
this._y = random(400) - _root._y;
warpwait = random(50) + 50;
this._alpha = 0;
_global.whitealive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_global.whitealive == 0) {
this._width = this._width * 0.61;
this._height = this._width * sp;
this._alpha = (this._width / size) * 100;
}
if (_global.whitealive == 1) {
warpwait--;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (warpwait > 0) {
this._alpha = (this._width / size) * 100;
if (this._width < 0.01) {
this._width = 0.01;
}
if (this._width < size) {
this._width = this._width + (size / 20);
}
this._height = this._width * sp;
}
if (warpwait < 0) {
this._width = this._width - (size / 10);
this._height = this._width * sp;
this._alpha = (this._width / size) * 100;
}
if (warpwait < -50) {
this._width = 0.01;
this._height = this._width * sp;
this._x = random(551) - _root._x;
this._y = random(400) - _root._y;
size = random(800) + 300;
this._alpha = 0;
warpwait = random(30) + 50;
}
}
}
}
Instance of Symbol 306 MovieClip in Frame 9
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 9
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 424 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 426 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 428 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 428 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 430 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 257 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.hingeA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 257 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
blown = 0;
pool = 0;
startsize = this._width / 9;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (blown < (startsize + 1)) {
stop();
}
if (blown > startsize) {
if (pool < 1) {
_root.hingeA.puzz++;
pool = 1;
}
play();
}
if (hitTest(_root.wind) and (_root.wind.blow > 0)) {
blown++;
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 432 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 9
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 9
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip "gear8" in Frame 9
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 334 MovieClip in Frame 9
onClipEvent (load) {
this.gotoAndStop(30);
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
Instance of Symbol 334 MovieClip "dice2" in Frame 9
onClipEvent (load) {
this.gotoAndStop(15 * random(7));
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
if (this.die == 4) {
_root.doorway.puzzB = 1;
} else {
_root.doorway.puzzB = 0;
}
}
}
Instance of Symbol 334 MovieClip in Frame 9
onClipEvent (load) {
this.gotoAndStop(45);
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
Instance of Symbol 334 MovieClip "dice3" in Frame 9
onClipEvent (load) {
this.gotoAndStop(15 * random(7));
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
}
if (this.die == 2) {
_root.doorway.puzzC = 1;
} else {
_root.doorway.puzzC = 0;
}
}
Instance of Symbol 334 MovieClip in Frame 9
onClipEvent (load) {
this.gotoAndStop(15);
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
Instance of Symbol 436 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 438 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 440 MovieClip "doorway" in Frame 9
onClipEvent (load) {
alive = 0;
puzzA = 0;
puzzB = 0;
puzzC = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 50) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (((puzzA == 1) and (puzzB == 1)) and (puzzC == 1)) {
this._alpha = this._alpha - 3;
} else {
this._alpha = this._alpha + 10;
}
if (this._alpha < 0) {
this._alpha = 0;
}
if (this._alpha > 100) {
this._alpha = 100;
}
}
Instance of Symbol 442 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 444 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
movewait = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
movewait--;
if (movewait < 0) {
play();
movewait = 0;
} else {
stop();
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 446 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 448 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
movewait = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
movewait--;
if (movewait < 0) {
play();
movewait = 0;
} else {
stop();
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 450 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
movewait = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
movewait--;
if (movewait < 0) {
play();
movewait = 0;
} else {
stop();
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 452 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 416 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 456 MovieClip "spinfag" in Frame 9
onClipEvent (load) {
alive = 0;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 90) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (this._alpha < 0) {
this._alpha = 0;
}
if (this._alpha > 100) {
this._alpha = 100;
}
}
Instance of Symbol 456 MovieClip "spinfagB" in Frame 9
onClipEvent (load) {
alive = 0;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 90) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (this._alpha < 0) {
this._alpha = 0;
}
if (this._alpha > 100) {
this._alpha = 100;
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 242 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 440 MovieClip "doorwayA" in Frame 9
onClipEvent (load) {
alive = 0;
puzzA = 0;
puzzB = 0;
puzzC = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 50) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (((_root.doorway.puzzA == 1) and (_root.doorway.puzzB == 1)) and (_root.doorway.puzzC == 1)) {
this._alpha = this._alpha - 1;
} else {
this._alpha = this._alpha + 1;
}
if (this._alpha < 0) {
this._alpha = 0;
}
if (this._alpha > 100) {
this._alpha = 100;
}
}
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "They are testing your eye for detail...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 55;
_root.voice.secondtalk = "do not fall for their decoys.";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 334 MovieClip "dice4" in Frame 9
onClipEvent (load) {
this.gotoAndStop(15 * random(7));
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
}
if (this.die == 6) {
_root.doorwayB.puzzA = 1;
} else {
_root.doorwayB.puzzA = 0;
}
}
Instance of Symbol 334 MovieClip "dice5" in Frame 9
onClipEvent (load) {
this.gotoAndStop(15 * random(7));
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
if (this.die == 6) {
_root.doorwayB.puzzB = 1;
} else {
_root.doorwayB.puzzB = 0;
}
}
}
Instance of Symbol 334 MovieClip "dice6" in Frame 9
onClipEvent (load) {
this.gotoAndStop(15 * random(7));
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
}
}
if (this.die == 6) {
_root.doorwayB.puzzC = 1;
} else {
_root.doorwayB.puzzC = 0;
}
}
Instance of Symbol 396 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 458 MovieClip "doorwayB" in Frame 9
onClipEvent (load) {
alive = 0;
puzzA = 0;
puzzB = 0;
puzzC = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 50) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (((puzzA == 1) and (puzzB == 1)) and (puzzC == 1)) {
this._alpha = this._alpha - 3;
} else {
this._alpha = this._alpha + 3;
}
if (this._alpha < 0) {
this._alpha = 0;
}
if (this._alpha > 100) {
this._alpha = 100;
}
}
Instance of Symbol 460 MovieClip "hingeA" in Frame 9
onClipEvent (load) {
alive = 0;
puzz = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 90) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (puzz > 2) {
this._alpha = 0;
}
}
Instance of Symbol 458 MovieClip "doorwayC" in Frame 9
onClipEvent (load) {
alive = 0;
puzzA = 0;
puzzB = 0;
puzzC = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 50) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (((_root.doorwayB.puzzA == 1) and (_root.doorwayB.puzzB == 1)) and (_root.doorwayB.puzzC == 1)) {
this._alpha = this._alpha - 1;
} else {
this._alpha = this._alpha + 1;
}
if (this._alpha < 0) {
this._alpha = 0;
}
if (this._alpha > 100) {
this._alpha = 100;
}
}
Instance of Symbol 458 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
puzzA = 0;
puzzB = 0;
puzzC = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 50) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (((_root.doorwayB.puzzA == 1) and (_root.doorwayB.puzzB == 1)) and (_root.doorwayB.puzzC == 1)) {
this._alpha = this._alpha - 1;
} else {
this._alpha = this._alpha + 1;
}
if (this._alpha < 0) {
this._alpha = 0;
}
if (this._alpha > 100) {
this._alpha = 100;
}
}
Instance of Symbol 458 MovieClip in Frame 9
onClipEvent (load) {
alive = 0;
puzzA = 0;
puzzB = 0;
puzzC = 0;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (this._alpha > 50) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
if (((_root.doorwayB.puzzA == 1) and (_root.doorwayB.puzzB == 1)) and (_root.doorwayB.puzzC == 1)) {
this._alpha = this._alpha + 25;
} else {
this._alpha = this._alpha - 25;
}
if (this._alpha < 0) {
this._alpha = 0;
}
if (this._alpha > 100) {
this._alpha = 100;
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "You are truly my brightest star.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 55;
_root.voice.secondtalk = "That is why you alone can complete this journey.";
_root.voice.thirdtalk = "Together, we will complete the Universe...";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 9
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback2.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback2.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback2._width + 1) + _root.jewback2._x;
this._y = random(_root.jewback2._height + 1) + _root.jewback2._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 242 MovieClip in Frame 9
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Frame 10
stop();
Instance of Symbol 188 MovieClip in Frame 10
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Your soul has calmed...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "The fires return to wind once more.";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 463 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 465 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 188 MovieClip in Frame 10
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.antivoice.timer = 4000;
_root.antivoice.talk = "You are not what you believe you are...";
_root.antivoice._alpha = 0;
_root.antivoice.chatter = 1;
_root.antivoice.talktime = 65;
_root.antivoice.secondtalk = " ";
_root.antivoice.thirdtalk = " ";
_root.antivoice.talknumber = 1;
_root.voice.timer = 4000;
_root.voice.talk = " ";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 85;
_root.voice.secondtalk = "You are a soul who has proven itself worthy in a past life.";
_root.voice.thirdtalk = "You are the only one who can save this Universe.";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 297 MovieClip "jewback" in Frame 10
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 188 MovieClip in Frame 10
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Your soul now burns...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "Unleash its fury.";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 2;
alive++;
}
}
}
Instance of Symbol 188 MovieClip in Frame 10
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Go on, embrace this box.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = " ";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 1;
alive++;
}
}
}
Instance of Symbol 467 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 469 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 471 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 473 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 475 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 477 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 479 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 481 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 481 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 481 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 481 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 481 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 304 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
startsize = this._width;
size = startsize + (random(101) - 50);
this._width = 1;
this._height = this._width;
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
bouncewait = random(300) + 300;
speedvar = 3;
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
xdirgen = random(2);
if ((xdirgen = 0)) {
xdir = -1;
}
if ((xdirgen = 1)) {
xdir = 1;
}
ydirgen = random(2);
if ((ydirgen = 0)) {
ydir = -1;
}
if ((ydirgen = 1)) {
ydir = 1;
}
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 0) {
stop();
}
if (_global.active == 1) {
play();
if (_root.ballback.alive == 1) {
if (size < 50) {
size = 50;
}
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._width < size) {
this._width = this._width + 30;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
this._x = this._x + (xspeed * xdir);
this._y = this._y + (yspeed * ydir);
if (this._x < (0 + _root.ballback._x)) {
this._x = 0 + _root.ballback._x;
xdir = xdir * -1;
}
if (this._x > (_root.ballback._width + _root.ballback._x)) {
this._x = _root.ballback._width + _root.ballback._x;
xdir = xdir * -1;
}
if (this._y < (0 + _root.ballback._y)) {
this._y = 0 + _root.ballback._y;
ydir = ydir * -1;
}
if (this._y > (_root.ballback._height + _root.ballback._y)) {
this._y = _root.ballback._height + _root.ballback._y;
ydir = ydir * -1;
}
bouncewait--;
if (bouncewait < 0) {
xspeed = (random(3) + 2) * speedvar;
yspeed = (random(3) + 2) * speedvar;
bouncewait = random(300) + 300;
}
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
if (_root.ballback.alive == 0) {
this._width = this._width * 0.61;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
size = startsize + (random(101) - 50);
if (this._alpha < 0) {
this._x = random(_root.ballback._width + 1) + _root.ballback._x;
this._y = random(_root.ballback._height + 1) + _root.ballback._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 292 MovieClip "gear4" in Frame 10
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 306 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear4.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 479 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 479 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 297 MovieClip "ballback" in Frame 10
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
}
Instance of Symbol 483 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 485 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 487 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 489 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 491 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 188 MovieClip in Frame 10
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Disgusting creatures, their very existence a sin.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "Thankfully, we have escaped them...";
_root.voice.thirdtalk = "...for now, that is.";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 242 MovieClip in Frame 10
onClipEvent (load) {
this._x = 275;
this._y = 200;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
}
}
Instance of Symbol 242 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 280 MovieClip "gear1" in Frame 10
onClipEvent (load) {
startsize = this._width;
puzz = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 326 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_global.windtype != 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_global.windtype = 1;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
}
Instance of Symbol 328 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_global.windtype != 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_global.windtype = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
}
Instance of Symbol 306 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 493 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (Math.abs(this._x - _root._x) < (this._width + 550)) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 306 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 299 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear4.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 299 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (this._currentframe < 35) {
if (_root.gear4.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear4.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear4.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 495 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 479 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 242 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 481 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 481 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 481 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
} else {
stop();
}
}
Instance of Symbol 497 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 499 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 501 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 503 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 242 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width--;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 326 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_global.windtype != 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_global.windtype = 1;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 377 MovieClip "jew" in Frame 10
onClipEvent (load) {
this._width = 1;
this._height = this._width;
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
startsize = this._width;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (_root.jewback.alive == 1) {
if (this._alpha < 100) {
this._alpha = this._alpha + 5;
}
if (this._alpha > 100) {
this._alpha = 100;
}
if (up == 1) {
if (this._y > top) {
this._y = this._y - 0.8;
}
if (this._y < top) {
this._y = top;
up = 0;
}
}
if (up == 0) {
if (this._y < bottom) {
this._y = this._y + 0.8;
}
if (this._y > bottom) {
this._y = bottom;
up = 1;
}
}
if (this._width < size) {
this._width = this._width + 2;
}
if (this._width > size) {
this._width = size;
}
this._height = this._width;
if (this._alpha > 95) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
shotwait = shotwait - 3;
if ((shotwait < 10) and (this.innerJew.eyeC.ineye._currentframe < 2)) {
this.innerJew.eyeC.ineye.gotoAndPlay(2);
}
if (shotwait < 0) {
shotwait = random(100) + 50;
duplicateMovieClip (_root.eyefire, "eyefire" + _global.NN, _global.NN);
_root["eyefire" + _global.NN]._x = this._x;
_root["eyefire" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (_root.jewback.alive == 0) {
this._width = this._width * 0.91;
if (this._width < 1) {
this._width = 1;
}
this._height = this._width;
this._alpha = this._alpha - 5;
if (this._alpha < 0) {
this._x = random(_root.jewback._width + 1) + _root.jewback._x;
this._y = random(_root.jewback._height + 1) + _root.jewback._y;
size = (startsize + random(46)) + 30;
shotwait = random(100) + 50;
top = this._y - 15;
up = 1;
bottom = this._y;
this._alpha = 0;
}
}
}
}
Instance of Symbol 242 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 295 MovieClip "bigbag" in Frame 10
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
special = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 505 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 292 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 507 MovieClip in Frame 10
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 10
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 252 MovieClip in Frame 10
onClipEvent (load) {
}
onClipEvent (enterFrame) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_global.map4score = _global.leveltime;
if (_global.map4score > _global.highmap4score) {
_global.highmap4score = _global.map4score;
}
_root._y = 0;
_root._x = 0;
_root.soul._x = 275 - _root._x;
_root.soul._y = 200 - _root._y;
_global.ycheck = 0;
_global.xcheck = 0;
_root._y = -_global.ycheck;
_root._x = -_global.xcheck;
_root.soul._x = _global.xcheck + 275;
_root.soul._y = _global.ycheck + 200;
if (_global.leveltime < 120) {
_global.leveltime = 120;
}
_root.gotoAndStop(_root._currentframe + 1);
}
}
Frame 11
stop();
Instance of Symbol 527 MovieClip "handy" in Frame 11
onClipEvent (load) {
alive = 0;
this._width = this._width / 2;
this._height = this._height / 2;
this._rotation = 0;
speed = 50;
radian = 0.0174532925199433 /* Math.PI/180 */;
rotationtime = 40;
phase = 0;
bouncewait = 0;
bounce = 0;
targetx = this._x;
targety = this._y;
phaseup = 0;
rotate = 50;
pokewait = random(10) + 10;
life = 3;
shrink = 1;
deathspin = 1;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (Math.abs(targetx - this._x) > 750) {
if ((phase = 1)) {
if (_root.handy.bouncewait < 0) {
rotationtime = random(25) + 25;
bounce = 1;
}
}
home = 1;
}
if (Math.abs(targety - this._y) > 750) {
if ((phase = 1)) {
if (_root.handy.bouncewait < 0) {
rotationtime = random(25) + 25;
bounce = 1;
}
}
home = 1;
}
if (home == 1) {
this._x = this._x + ((targetx - this._x) * 0.2);
this._y = this._y + ((targety - this._y) * 0.2);
if (Math.abs(targetx - this._x) < 5) {
this._x = targetx;
}
if (Math.abs(targety - this._y) < 5) {
this._y = targety;
}
if ((this._y == targety) and (this._x == targetx)) {
home = 0;
}
}
if (phase == 1) {
if (phaseup > 99) {
phase = 2;
this.gotoAndPlay(2);
home = 1;
pokewait = random(10) + 10;
phaseup = 0;
phasedown = 0;
}
if (rotationtime > 0) {
bounce = 0;
rotate = rotationtime;
if (rotate > 50) {
rotate = 50;
}
this._rotation = this._rotation + rotate;
rotationtime--;
speedtime = 250;
}
if (rotationtime == 0) {
bouncewait--;
if (bouncewait < 0) {
if (bounce == 1) {
bouncewait = 3;
speedtime = speedtime - (random(20) + 20);
this._rotation = this._rotation - 135;
bounce = 0;
}
}
speed = speedtime;
if (speed > 40) {
speed = 40;
}
this._y = this._y - (Math.cos(radian * this._rotation) * speed);
this._x = this._x + (Math.sin(radian * this._rotation) * speed);
if (speedtime < 40) {
speedtime--;
}
if (speedtime < 1) {
rotationtime = random(25) + 25;
phaseup = phaseup + (random(20) + 48);
}
}
}
if (phase == 2) {
if (home == 0) {
if (phasedown > 99) {
this.gotoAndPlay(9);
phase = 1;
rotationtime = 40;
phasedown = 0;
}
if (pokewait < 0) {
speed = 80;
this._y = this._y - (Math.cos(radian * this._rotation) * speed);
this._x = this._x + (Math.sin(radian * this._rotation) * speed);
}
if (pokewait > 0) {
this._rotation = this._rotation - (random(20) + 20);
}
pokewait--;
}
}
if (phase == 3) {
this._rotation = this._rotation - 3;
this._x = this._x + ((targetx - this._x) * 0.2);
this._y = this._y + ((targety - this._y) * 0.2);
if (Math.abs(targetx - this._x) < 5) {
this._x = targetx;
}
if (Math.abs(targety - this._y) < 5) {
this._y = targety;
}
if ((this._y == targety) and (this._x == targetx)) {
this.gotoAndPlay(15);
phase = 4;
yell = 50;
}
}
if (phase == 4) {
if (life > 0) {
if (yell == 10) {
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
}
if (yell == 30) {
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
}
if (yell == 1) {
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
duplicateMovieClip (_root.icemaker, "icemmaker" + _global.NN, _global.NN);
_global.NN++;
}
yell--;
if (yell < 0) {
this.gotoAndPlay(19);
phase = 1;
rotationtime = 40;
}
}
if (life < 1) {
phase = 5;
deathspin = 1;
}
}
if (phase == 5) {
this.gotoAndStop(18);
if (this._alpha > 0) {
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x;
_root["splash" + _global.NN]._y = this._y;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
if (deathspin > 80) {
shrink = shrink * 1.1;
this._width = this._width - shrink;
this._height = this._height - shrink;
this._alpha = this._alpha - (shrink / 2);
}
deathspin++;
this._rotation = this._rotation + deathspin;
if (this._alpha < 1) {
_root.shock.alive = 5;
}
if (shrink > 50) {
_root._y = 0;
_root._x = 0;
_root.soul._x = 275 - _root._x;
_root.soul._y = 200 - _root._y;
_global.ycheck = 0;
_global.xcheck = 0;
_root._y = -_global.ycheck;
_root._x = -_global.xcheck;
_root.soul._x = _global.xcheck + 275;
_root.soul._y = _global.ycheck + 200;
_global.leveltime = 9999;
_root.gotoAndStop(_root._currentframe + 1);
_root.fadeboss.alive = 1;
_root.fadeboss._x = this._x;
_root.fadeboss._y = this._y;
_root.fadeboss._width = 1500;
_root.fadeboss._height = 1500;
this._alpha = 0;
phase = 0;
}
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
Instance of Symbol 530 MovieClip in Frame 11
onClipEvent (load) {
startx = this._x;
starty = this._y;
alive = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this._y > (starty + 50)) {
if (_root.handy.phase == 2) {
if (hitTest(_root.handy)) {
_root.gear1.spin = -100;
_root.gear2.spin = -100;
_root.gear3.spin = -100;
_root.gear4.spin = -100;
_root.gear5.spin = -100;
_root.handy.gotoAndStop(2);
_root.handy.life--;
_root.handy.phase = 3;
_root.shock.alive = 5;
}
}
}
if (alive == 1) {
if (this._y < (starty + (this._width / 2))) {
this._y = this._y + 3;
}
}
if (alive == 0) {
if (this._y > starty) {
this._y--;
}
}
if (((((_root.gear1.puzz == 1) and (_root.gear2.puzz == 1)) and (_root.gear3.puzz == 1)) and (_root.gear4.puzz == 1)) and (_root.gear5.puzz == 1)) {
alive = 1;
} else {
alive = 0;
}
}
}
Instance of Symbol 362 MovieClip "gear3" in Frame 11
onClipEvent (load) {
startsize = this._width;
puzz = 0;
spin = -100;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
spin--;
if (spin < -100) {
spin = -100;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
spin = spin + 20;
}
if (spin > 0) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 362 MovieClip "gear4" in Frame 11
onClipEvent (load) {
startsize = this._width;
puzz = 0;
spin = -100;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
spin--;
if (spin < -100) {
spin = -100;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
spin = spin + 20;
}
if (spin > 0) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 362 MovieClip "gear5" in Frame 11
onClipEvent (load) {
startsize = this._width;
puzz = 0;
spin = -100;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
spin--;
if (spin < -100) {
spin = -100;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
spin = spin + 20;
}
if (spin > 0) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 362 MovieClip "gear1" in Frame 11
onClipEvent (load) {
startsize = this._width;
puzz = 0;
spin = -100;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
spin--;
if (spin < -100) {
spin = -100;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
spin = spin + 20;
}
if (spin > 0) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 532 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
_root.cunt.formate = 0;
_root.cunt._alpha = 0;
}
}
Instance of Symbol 534 MovieClip "cunt" in Frame 11
onClipEvent (load) {
formate = 0;
alive = 0;
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
if (_root.handy.phase == 0) {
_root.handy.phase = 1;
}
alive = 1;
formate = 1;
} else {
alive = 0;
}
if ((formate == 1) and (this._alpha < 100)) {
this._alpha = this._alpha + 5;
}
if (alive > 0) {
if (this._alpha > 90) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
Instance of Symbol 536 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 538 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 540 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 542 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 242 MovieClip in Frame 11
onClipEvent (load) {
this._x = 275;
this._y = 200;
}
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
}
}
Instance of Symbol 362 MovieClip "gear2" in Frame 11
onClipEvent (load) {
startsize = this._width;
puzz = 0;
spin = -100;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
spin--;
if (spin < -100) {
spin = -100;
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 0)) {
spin = spin + 20;
}
if (spin > 0) {
play();
puzz = 1;
} else {
stop();
puzz = 0;
}
}
}
Instance of Symbol 544 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 546 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 548 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 186 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (this._alpha > 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
this._alpha = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
_global.leveltime = _global.leveltime + 5;
}
}
}
Instance of Symbol 242 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) and (this._currentframe < 2)) {
_global.ycheck = this._y - 200;
_global.xcheck = this._x - 275;
this.gotoAndStop(2);
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
Instance of Symbol 550 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 552 MovieClip in Frame 11
onClipEvent (load) {
alive = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.handy._x, _root.handy._y, true)) {
if (_root.handy.phase == 1) {
if (_root.handy.bouncewait < 0) {
_root.handy.bounce = 1;
}
}
if (_root.handy.phase == 2) {
_root.handy.pokewait = random(10) + 10;
_root.handy.home = 1;
_root.handy.phasedown = _root.handy.phasedown + (random(10) + 10);
}
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
Instance of Symbol 326 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_global.windtype != 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_global.windtype = 1;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
}
Instance of Symbol 328 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_global.windtype != 0) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_global.windtype = 0;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((((((_root.gear1.puzz == 1) or (_root.gear2.puzz == 1)) or (_root.gear3.puzz == 1)) or (_root.gear4.puzz == 1)) or (_root.gear5.puzz == 1)) or (_root.gear6.puzz == 1)) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 339 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 326 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_global.windtype != 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_global.windtype = 1;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
duplicateMovieClip (_root.splash, "splash" + _global.NN, _global.NN);
_root["splash" + _global.NN]._x = this._x + 9;
_root["splash" + _global.NN]._y = this._y + 9;
_global.NN++;
}
}
}
Instance of Symbol 339 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 339 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip "ice" in Frame 11
onClipEvent (load) {
this._width = startsize;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
removeMovieClip(this);
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 553 MovieClip in Frame 11
onClipEvent (load) {
startsize = this._width;
this._height = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if ((hitTest(_root.wind) and (_root.wind.blow > 0)) and (_global.windtype == 1)) {
this._width = this._width - 3;
duplicateMovieClip (_root.drip, "drip" + _global.NN, _global.NN);
_root["drip" + _global.NN]._x = this._x + (random(this._width) - (this._width / 2));
_root["drip" + _global.NN]._y = this._y;
_global.NN++;
}
}
if (this._width < 2) {
unloadMovie (this);
}
this._height = this._width;
}
Instance of Symbol 557 MovieClip "icemaker" in Frame 11
onClipEvent (load) {
if (this._name == "icemaker") {
this._alpha = 0;
}
if (this._name != "icemaker") {
this._alpha = 100;
this._x = (_root.handy._x - 550) + random(1100);
this._y = (_root.handy._y - 550) + random(1100);
alive = 0;
endsize = (random(5) + 6) * 25;
this._width = 0.1;
this._height = this._width;
die = 0;
grow = 1;
}
}
onClipEvent (enterFrame) {
if (this._name != "icemaker") {
if (_global.active == 1) {
if (this._width < endsize) {
grow++;
this._width = this._width + grow;
}
if (this._width > endsize) {
die = 1;
}
this._height = this._width;
if (die == 1) {
duplicateMovieClip (_root.ice, "ice" + _global.NN, _global.NN);
_root["ice" + _global.NN]._x = this._x;
_root["ice" + _global.NN]._y = this._y;
_root["ice" + _global.NN].startsize = this._width * 0.7;
_global.NN++;
removeMovieClip(this);
}
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
}
}
}
Instance of Symbol 559 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
if (hitTest(_root.handy)) {
if (_root.handy.phase == 1) {
if (_root.handy.bouncewait < 0) {
_root.handy.bounce = 1;
}
}
if (_root.handy.phase == 2) {
_root.handy.pokewait = random(10) + 10;
_root.handy.home = 1;
_root.handy.phasedown = _root.handy.phasedown + (random(10) + 10);
}
}
}
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Do not fear the hand of deception...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "It is but a distraction, like all else.";
_root.voice.thirdtalk = "Quickly, spin all the gears of this chamber.";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (((((_root.gear1.puzz == 1) and (_root.gear2.puzz == 1)) and (_root.gear3.puzz == 1)) and (_root.gear4.puzz == 1)) and (_root.gear5.puzz == 1)) {
_root.voice.timer = 4000;
_root.voice.talk = "Well done young one.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "Keep them in motion until Eye meets Point.";
_root.voice.thirdtalk = "Show him the meaning of pain.";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Perhaps it is time that you learn the truth about why you are here...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "It was I who brought you up from Creation, to this labyrinth beyond reality.";
_root.voice.thirdtalk = "For all that was, has been thrown into disarray.";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "Chaos has separated reality from its natural order.";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "Creation has been severed from its true path...";
_root.voice.thirdtalk = "We must restore its rightful Authority.";
_root.voice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 560 MovieClip "shock" in Frame 11
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
alive--;
if (alive > 0) {
this._alpha = 100;
}
if (alive < 0) {
this._alpha = 0;
}
}
Frame 12
stop();
_global.leveltime = 9999;
Instance of Symbol 188 MovieClip in Frame 12
onClipEvent (load) {
this._alpha = 0;
alive = 0;
}
onClipEvent (enterFrame) {
this._alpha = 0;
if (alive < 1) {
if (hitTest(_root.soul) and (_root.soul._currentframe < 14)) {
_root.voice.timer = 4000;
_root.voice.talk = "It is time, young one...";
_root.voice._alpha = 0;
_root.voice.chatter = 1;
_root.voice.talktime = 65;
_root.voice.secondtalk = "let us take this to the next level...";
_root.voice.thirdtalk = " ";
_root.voice.talknumber = 3;
_root.antivoice.timer = 4000;
_root.antivoice.talk = " ";
_root.antivoice._alpha = 0;
_root.antivoice.chatter = 1;
_root.antivoice.talktime = 65;
_root.antivoice.secondtalk = " ";
_root.antivoice.thirdtalk = "The true decent, has only begun...";
_root.antivoice.talknumber = 3;
alive++;
}
}
}
Instance of Symbol 561 MovieClip in Frame 12
onClipEvent (enterFrame) {
this._x = -_root._x;
this._y = -_root._y;
}
Instance of Symbol 562 MovieClip in Frame 12
onClipEvent (load) {
this._alpha = 0;
life = 0;
}
onClipEvent (enterFrame) {
life++;
if (life > 350) {
this._alpha++;
}
if (this._alpha > 100) {
_root._y = 0;
_root._x = 0;
_root.soul._x = 275 - _root._x;
_root.soul._y = 200 - _root._y;
_global.ycheck = 0;
_global.xcheck = 0;
_root._y = -_global.ycheck;
_root._x = -_global.xcheck;
_root.soul._x = _global.xcheck + 275;
_root.soul._y = _global.ycheck + 200;
_root.gotoAndStop(14);
}
this._width = 1500;
this._height = 1500;
this._x = -_root._x;
this._y = -_root._y;
}
Frame 14
stop();
Instance of Symbol 580 MovieClip in Frame 14
onClipEvent (enterFrame) {
this._alpha--;
}
Symbol 21 Button
on (release) {
getURL ("http://www.smileygamer.com/?gameref=995", "_blank");
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip Frame 1
onClipEvent (load) {
this._x = random(500) + 25;
this._y = random(350) + 50;
this._width = random(45) + 5;
this._height = this._width;
}
onClipEvent (enterFrame) {
this._y = this._y - (50 / this._width);
if (this._y < (-(this._width / 2))) {
this._x = random(500) + 25;
this._width = random(45) + 5;
this._height = this._width;
this._y = 400 + this._width;
}
}
Instance of Symbol 40 MovieClip in Symbol 41 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.restart == 7) {
this.gotoAndStop(1);
}
if (_global.restart > 7) {
this.gotoAndStop(2);
}
}
Symbol 43 Button
on (release) {
_root.play();
}
Symbol 53 Button
on (release) {
getURL ("http://grawsie.wildtwilight.com/", "_blank");
}
Symbol 57 MovieClip Frame 124
stop();
Symbol 75 Button
on (release) {
getURL ("http://www.smileygamer.com/?gameref=995", "_blank");
}
Symbol 79 Button
on (release) {
getURL ("http://www.smileygamer.com/highscores/soul-search.html?gameref=995", "_blank");
}
Symbol 83 Button
on (release) {
getURL ("http://www.trancein.com/", "_blank");
}
Symbol 85 Button
on (release) {
getURL ("http://www.smileygamer.com/freecontent.html?gameref=995", "_blank");
}
Symbol 98 Button
on (press) {
url = "http://www.smileygamer.com/scripts/highscores.php";
lv = new LoadVars();
lv.id = 995;
lv.score = (_global.finalscore * 100) + (_global.finalscore % 97);
lv.player = _global.playername;
lv.sendAndLoad(url, lv, "GET");
getURL ("http://www.smileygamer.com/highscores/soul-search.html?gameref=995", "_blank");
_parent.gotoAndStop(2);
}
Symbol 100 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 2
stop();
Instance of Symbol 92 MovieClip "idk" in Symbol 101 MovieClip Frame 1
onClipEvent (enterFrame) {
_global.playername = this.pn;
}
Instance of Symbol 100 MovieClip "butt" in Symbol 101 MovieClip Frame 1
/* no clip actions */
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 19001
stop();
Symbol 124 MovieClip Frame 2
_global.trset = 1;
Symbol 124 MovieClip Frame 11
_global.trset = 0;
Symbol 124 MovieClip Frame 12
Symbol 124 MovieClip Frame 13
stop();
Symbol 124 MovieClip Frame 26
Symbol 124 MovieClip Frame 30
_root._y = -_global.ycheck;
_root._x = -_global.xcheck;
_root.soul._x = _global.xcheck + 275;
_root.soul._y = _global.ycheck + 200;
_global.active = 1;
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 1
stop();
Symbol 149 Button
on (press) {
_global.active = 1;
}
Symbol 160 MovieClip Frame 2
stop();
Instance of Symbol 169 MovieClip "bar" in Symbol 170 MovieClip Frame 1
onClipEvent (enterFrame) {
this._width = (_global.leveltime / _global.timetop) * 500;
}
Symbol 174 Button
on (release) {
_root.ben.death = 1;
_global.active = 1;
_root.mbox.play();
}
Instance of Symbol 195 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 196 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 197 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 199 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 40
stop();
Instance of Symbol 231 MovieClip in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 231 MovieClip in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 231 MovieClip in Symbol 232 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Symbol 242 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 2
stop();
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 176
stop();
gettoit = 0;
Instance of Symbol 245 MovieClip "moon" in Symbol 246 MovieClip Frame 1
onClipEvent (load) {
gettoit = 0;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (gettoit == 1) {
play();
}
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 249 MovieClip in Symbol 250 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.active == 1) {
play();
}
if (_global.active == 0) {
stop();
}
}
Instance of Symbol 292 MovieClip in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Symbol 295 MovieClip Frame 1
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear12.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Symbol 299 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 35
stop();
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 10
stop();
Symbol 320 MovieClip Frame 16
gotoAndStop (1);
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 10
stop();
Symbol 321 MovieClip Frame 20
stop();
Symbol 321 MovieClip Frame 30
stop();
Symbol 321 MovieClip Frame 40
stop();
Symbol 321 MovieClip Frame 50
stop();
Symbol 321 MovieClip Frame 60
stop();
Symbol 321 MovieClip Frame 70
stop();
Symbol 334 MovieClip Frame 1
stop();
die = 1;
Symbol 334 MovieClip Frame 15
stop();
die = 2;
Symbol 334 MovieClip Frame 30
stop();
die = 3;
Symbol 334 MovieClip Frame 45
stop();
die = 4;
Symbol 334 MovieClip Frame 60
stop();
die = 5;
Symbol 334 MovieClip Frame 75
stop();
die = 6;
Symbol 334 MovieClip Frame 90
stop();
die = 0;
Symbol 372 MovieClip Frame 1
stop();
Instance of Symbol 376 MovieClip "innerJew" in Symbol 377 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 306 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 306 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (load) {
startsize = this._width;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
play();
} else {
stop();
}
}
}
Instance of Symbol 292 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (load) {
startsize = this._width;
puzzwait = 3;
}
onClipEvent (enterFrame) {
if (_global.active == 1) {
puzzwait--;
if (this.hitTest(_root.soul)) {
alive = 1;
} else {
alive = 0;
}
if (alive > 0) {
if (hitTest(_root.soul._x, _root.soul._y, true) and (_root.soul._currentframe < 14)) {
_root.soul.gotoAndPlay(14);
}
}
if (_root.gear1.puzz == 1) {
if (puzzwait < 0) {
play();
puzzwait = 8;
}
} else {
stop();
}
}
}
Symbol 527 MovieClip Frame 1
stop();
Symbol 527 MovieClip Frame 8
stop();
Symbol 527 MovieClip Frame 12
Symbol 527 MovieClip Frame 14
gotoAndStop (1);
Symbol 527 MovieClip Frame 18
stop();
Symbol 527 MovieClip Frame 25
gotoAndStop (1);
Instance of Symbol 92 MovieClip "idk" in Symbol 581 MovieClip Frame 1
onClipEvent (enterFrame) {
_global.playername = this.pn;
}
Instance of Symbol 100 MovieClip "butt" in Symbol 581 MovieClip Frame 1
/* no clip actions */