Frame 1
stopAllSounds();
_root.bytesLoaded = _root.getBytesLoaded();
_root.bytesTotal = _root.getBytesTotal();
_root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
_root.percentLoadedText = _root.percentLoaded + "%";
_root.bar.gotoAndStop(percentLoaded);
Frame 2
if (_root.percentLoaded == 100) {
gotoAndPlay (3);
} else {
gotoAndPlay (1);
}
Frame 3
stop();
Instance of Symbol 52 MovieClip in Frame 3
on (rollOver) {
this.play();
}
on (press) {
_root.play();
}
Instance of Symbol 57 MovieClip in Frame 3
on (rollOver) {
this.play();
}
on (release) {
_root.gotoAndPlay("score");
}
Instance of Symbol 62 MovieClip in Frame 3
on (rollOver) {
this.play();
}
on (release) {
this.play();
getURL ("http://www.armorgames.com", "_blank");
}
Instance of Symbol 66 MovieClip in Frame 3
on (release) {
this.play();
getURL ("http://www.armorgames.com", "_blank");
}
Instance of Symbol 76 MovieClip in Frame 3
on (release) {
getURL ("http://os2k.com/soft/Avenir%20Site/HAIR%20SMASH.zip", "_self");
}
on (rollOver) {
this._alpha = 50;
}
on (rollOut) {
this._alpha = 100;
}
Instance of Symbol 52 MovieClip in Frame 4
on (rollOver) {
this.play();
}
on (press) {
_root.play();
}
Instance of Symbol 115 MovieClip "box1" in Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.attack.dam) && (sya == true)) {
if (this._currentframe == 1) {
this.gotoAndStop("agay");
}
if (_root.p1.polpol == true) {
_root.p1.pol_pila++;
}
_root.p1.polpol = true;
score();
_root.p1.kill = true;
_root.score.text++;
if (_root.p1.pol_pila != 0) {
_root.score.text = _root.score.text * _root.p1.pol_pila;
}
sya = false;
} else if (this.hitTest(_root.p1.attack.dam) && (sya != true)) {
if (this._currentframe == 1) {
this.gotoAndStop("mali");
_root.p1.polpol = false;
_root.p1.pol_pila = 0;
}
}
score = function () {
ctr++;
asos = "score" + ctr;
_root.attachMovie("score", asos, 100 - ctr);
_root[asos]._x = this._x - 25;
_root[asos]._y = this._y;
};
}
Instance of Symbol 115 MovieClip "box2" in Frame 9
onClipEvent (load) {
sya = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.p1.attack.dam) && (sya == true)) {
if (this._currentframe == 1) {
this.gotoAndStop("agay");
}
if (_root.p1.polpol == true) {
_root.p1.pol_pila++;
}
_root.p1.polpol = true;
_root.p1.kill = true;
score();
_root.score.text++;
if (_root.p1.pol_pila != 0) {
_root.score.text = _root.score.text * _root.p1.pol_pila;
}
sya = false;
} else if (this.hitTest(_root.p1.attack.dam) && (sya == false)) {
if (this._currentframe == 1) {
this.gotoAndStop("mali");
_root.p1.polpol = false;
_root.p1.pol_pila = 0;
}
}
score = function () {
ctr++;
asos = "score" + ctr;
_root.attachMovie("score", asos, 100 - ctr);
_root[asos]._x = this._x;
_root[asos]._y = this._y;
};
}
Instance of Symbol 115 MovieClip "box4" in Frame 9
onClipEvent (load) {
sya = false;
}
onClipEvent (enterFrame) {
if (_currentframe != 1) {
} else if ((this.hitTest(_root.p1.attack.dam) && (_root.p1.down == true)) && (sya == true)) {
if (this._currentframe == 1) {
this.gotoAndStop("agay");
}
if (_root.p1.polpol == true) {
_root.p1.pol_pila++;
}
_root.p1.polpol = true;
_root.p1.kill = true;
score();
_root.score.text++;
if (_root.p1.pol_pila != 0) {
_root.score.text = _root.score.text * _root.p1.pol_pila;
}
sya = false;
} else if ((this.hitTest(_root.p1.attack.dam) && (_root.p1.down == true)) && (sya == false)) {
if (this._currentframe == 1) {
this.gotoAndStop("mali");
_root.p1.polpol = false;
_root.p1.pol_pila = 0;
}
}
score = function () {
ctr++;
asos = "score" + ctr;
_root.attachMovie("score", asos, 100 - ctr);
_root[asos]._x = this._x - 25;
_root[asos]._y = this._y;
};
}
Instance of Symbol 115 MovieClip "box3" in Frame 9
onClipEvent (load) {
sya = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.p1.attack.dam) && (_root.p1.down == true)) && (sya == true)) {
if (this._currentframe == 1) {
this.gotoAndStop("agay");
}
if (_root.p1.polpol == true) {
_root.p1.pol_pila++;
}
_root.p1.polpol = true;
_root.p1.kill = true;
score();
_root.score.text++;
if (_root.p1.pol_pila != 0) {
_root.score.text = _root.score.text * _root.p1.pol_pila;
}
sya = false;
} else if ((this.hitTest(_root.p1.attack.dam) && (sya == false)) && (_root.p1.down == true)) {
if (this._currentframe == 1) {
this.gotoAndStop("mali");
_root.p1.polpol = false;
_root.p1.pol_pila = 0;
}
}
score = function () {
ctr++;
asos = "score" + ctr;
_root.attachMovie("score", asos, 100 - ctr);
_root[asos]._x = this._x;
_root[asos]._y = this._y;
};
}
Frame 12
stop();
Instance of Symbol 136 MovieClip in Frame 12
on (press) {
_root.play();
}
on (rollOver) {
this.play();
}
Frame 13
stopAllSounds();
Frame 110
ctr = 0;
stop();
_root.score.text = 0;
Instance of Symbol 115 MovieClip "box1" in Frame 110
onClipEvent (enterFrame) {
if ((this.hitTest(_root.p1.attack.dam) && (sya == true)) && (_root.p1.down == false)) {
if (this._currentframe == 1) {
this.gotoAndStop("agay");
if (_root.p1.polpol == true) {
_root.p1.pol_pila++;
}
}
_root.p1.polpol = true;
score();
_root.p1.kill = true;
_root.score.text++;
if (_root.p1.pol_pila != 0) {
_root.score.text = _root.score.text * _root.p1.pol_pila;
}
sya = false;
} else if ((this.hitTest(_root.p1.attack.dam) && (sya != true)) && (_root.p1.down == false)) {
if (this._currentframe == 1) {
this.gotoAndStop("mali");
_root.p1.polpol = false;
_root.p1.pol_pila = 0;
if ((_root.p1._currentframe == 1) || (_root.p1._currentframe == 2)) {
_root.p1.gotoAndStop(3);
}
}
}
score = function () {
ctr++;
asos = "score" + ctr;
_root.attachMovie("score", asos, 100 - ctr);
_root[asos]._x = this._x - 25;
_root[asos]._y = this._y;
};
}
Instance of Symbol 115 MovieClip "box2" in Frame 110
onClipEvent (load) {
sya = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.p1.attack.dam) && (sya == true)) && (_root.p1.down == false)) {
if (this._currentframe == 1) {
this.gotoAndStop("agay");
if (_root.p1.polpol == true) {
_root.p1.pol_pila++;
}
}
_root.p1.polpol = true;
_root.p1.kill = true;
score();
_root.score.text++;
if (_root.p1.pol_pila != 0) {
_root.score.text = _root.score.text * _root.p1.pol_pila;
}
sya = false;
} else if ((this.hitTest(_root.p1.attack.dam) && (sya == false)) && (_root.p1.down == false)) {
if (this._currentframe == 1) {
this.gotoAndStop("mali");
_root.p1.polpol = false;
_root.p1.pol_pila = 0;
if ((_root.p1._currentframe == 1) || (_root.p1._currentframe == 2)) {
_root.p1.gotoAndStop(3);
}
}
}
score = function () {
ctr++;
asos = "score" + ctr;
_root.attachMovie("score", asos, 100 - ctr);
_root[asos]._x = this._x;
_root[asos]._y = this._y;
};
}
Instance of Symbol 178 MovieClip "p1" in Frame 110
onClipEvent (load) {
down = false;
up = true;
swap = false;
swapup = true;
polpol = false;
pol_pila = 0;
old_rand = 0;
time = 0;
rand = 0;
kill = true;
}
onClipEvent (enterFrame) {
_root.endscore = _root.score.text;
time++;
if (kill == true) {
rand = random(4) + 1;
if (rand == oldrand) {
rand = random(4) + 1;
}
_root["box" + rand].sya = true;
kill = false;
old_rand = rand;
}
if (time > 30) {
time = 0;
_root.time.text--;
}
if (_root.time.text < 1) {
_root.play();
}
trace(_root.score.text);
if ((down == true) && (swap == false)) {
this.swapDepths(_root.down);
swap = true;
}
if ((up == true) && (swap == true)) {
this.swapDepths(_root.down);
swap = false;
}
if (Key.isDown(32)) {
this.gotoAndStop("sontok");
} else if (Key.isDown(68) && (this._currentframe != 2)) {
if ((this._x < 0) && (down == true)) {
down = false;
}
if ((this._x > 550) && (down == false)) {
this._y = 280;
down = true;
} else if (down == true) {
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop("walk");
} else if ((this._x < 0) && (down == false)) {
this._y = 225.25;
this._x = 0;
down = false;
up = true;
} else {
up = false;
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop("walk");
}
} else if (Key.isDown(65) && (this._currentframe != 2)) {
if ((this._x < 0) && (down == true)) {
down = false;
}
if ((this._x > 550) && (down == true)) {
this._y = 225.25;
down = false;
up = true;
} else if (down == true) {
this._x = this._x + 10;
this._xscale = 100;
this.gotoAndStop("walk");
} else if ((this._x < 0) && (down == false)) {
this._y = 280;
this._x = 0;
down = true;
up = false;
} else {
up = false;
this._x = this._x - 10;
this._xscale = -100;
this.gotoAndStop("walk");
}
}
}
Instance of Symbol 115 MovieClip "box4" in Frame 110
onClipEvent (load) {
sya = false;
}
onClipEvent (enterFrame) {
if (_currentframe != 1) {
} else if ((this.hitTest(_root.p1.attack.dam) && (_root.p1.down == true)) && (sya == true)) {
if (this._currentframe == 1) {
this.gotoAndStop("agay");
if (_root.p1.polpol == true) {
_root.p1.pol_pila++;
}
}
_root.p1.polpol = true;
_root.p1.kill = true;
score();
_root.score.text++;
if (_root.p1.pol_pila != 0) {
_root.score.text = _root.score.text * _root.p1.pol_pila;
}
sya = false;
} else if ((this.hitTest(_root.p1.attack.dam) && (_root.p1.down == true)) && (sya == false)) {
if (this._currentframe == 1) {
this.gotoAndStop("mali");
_root.p1.polpol = false;
_root.p1.pol_pila = 0;
if ((_root.p1._currentframe == 1) || (_root.p1._currentframe == 2)) {
_root.p1.gotoAndStop(3);
}
}
}
score = function () {
ctr++;
asos = "score" + ctr;
_root.attachMovie("score", asos, 100 - ctr);
_root[asos]._x = this._x - 25;
_root[asos]._y = this._y;
};
}
Instance of Symbol 115 MovieClip "box3" in Frame 110
onClipEvent (load) {
sya = false;
}
onClipEvent (enterFrame) {
if ((this.hitTest(_root.p1.attack.dam) && (_root.p1.down == true)) && (sya == true)) {
if (this._currentframe == 1) {
this.gotoAndStop("agay");
if (_root.p1.polpol == true) {
_root.p1.pol_pila++;
}
}
_root.p1.polpol = true;
_root.p1.kill = true;
score();
_root.score.text++;
if (_root.p1.pol_pila != 0) {
_root.score.text = _root.score.text * _root.p1.pol_pila;
}
sya = false;
} else if ((this.hitTest(_root.p1.attack.dam) && (sya == false)) && (_root.p1.down == true)) {
if (this._currentframe == 1) {
this.gotoAndStop("mali");
_root.p1.polpol = false;
_root.p1.pol_pila = 0;
if ((_root.p1._currentframe == 1) || (_root.p1._currentframe == 2)) {
_root.p1.gotoAndStop(3);
}
}
}
score = function () {
ctr++;
asos = "score" + ctr;
_root.attachMovie("score", asos, 100 - ctr);
_root[asos]._x = this._x;
_root[asos]._y = this._y;
};
}
Frame 111
winscore = _root.score.text;
stop();
_root.score.text = _root.endscore;
Instance of Symbol 66 MovieClip in Frame 111
on (release) {
this.play();
getURL ("http://www.armorgames.com", "_blank");
}
Instance of Symbol 57 MovieClip in Frame 111
on (rollOver) {
this.play();
}
on (press) {
getURL ("http://www.erwinbantilan.co.nr/highscore.php?game=sp2&scr=5525739", "_blank");
}
Instance of Symbol 203 MovieClip in Frame 111
on (rollOver) {
this.play();
}
on (release) {
System.security.allowInsecureDomain("http://bantilan.freehostia.com");
loadVariables ((("http://bantilan.freehostia.com/official/highscore.php?game=sp2&scr=5525739&action=INSERT&winname=" + _root.winname.text) + "&winscore=") + _root.score.text, "", "POST");
getURL ("http://www.erwinbantilan.co.nr/highscore.php?game=sp2&scr=5525739", "_blank");
_root.play();
}
Instance of Symbol 62 MovieClip in Frame 111
on (rollOver) {
this.play();
}
on (release) {
this.play();
getURL ("http://www.armorgames.com", "_blank");
}
Instance of Symbol 211 MovieClip in Frame 111
on (rollOver) {
this.play();
}
on (press) {
_root.play();
}
Frame 112
stopAllSounds();
Instance of Symbol 57 MovieClip in Frame 112
on (rollOver) {
this.play();
}
on (press) {
System.security.allowInsecureDomain("http://bantilan.freehostia.com");
getURL ("http://www.erwinbantilan.co.nr/highscore.php?game=sp2&scr=5525739");
}
Instance of Symbol 57 MovieClip in Frame 114
on (rollOver) {
this.play();
}
on (press) {
getURL ("http://www.erwinbantilan.co.nr/highscore.php?game=sp2&scr=5525739");
}
Frame 124
gotoAndStop (3);
Frame 125
stop();
Instance of Symbol 211 MovieClip in Frame 125
onClipEvent (load) {
System.security.allowInsecureDomain("*");
System.security.allowDomain("*");
System.security.loadPolicyFile("*");
var metong = new LoadVars();
_root.name1.text = "Now Loading....";
_root.score1.text = "Loading";
metong.onLoad = function (success) {
if (success) {
_root.name1.text = metong.NAME1;
_root.score1.text = metong.SCORE1;
} else {
_root.name1.text = "Cannot Find Server";
_root.score1.text = "0";
}
};
metong.load("http://bantilan.freehostia.com/official/highfirst.php?game=sp2&viewtype=FLASH");
}
on (rollOver) {
this.play();
}
on (press) {
stopAllSounds();
_root.gotoAndStop(3);
}
Instance of Symbol 222 MovieClip in Frame 125
on (rollOver) {
this.play();
}
on (release) {
this.play();
getURL ("http://www.erwinbantilan.co.nr/highscore.php?game=sp2&scr=5525739", "_blank");
}
Instance of Symbol 66 MovieClip in Frame 125
on (release) {
this.play();
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 4 MovieClip [tirapop] Frame 9
stop();
Symbol 19 MovieClip Frame 1
stop();
Symbol 19 MovieClip Frame 2
stop();
Symbol 19 MovieClip Frame 3
stop();
Symbol 19 MovieClip Frame 4
stop();
Symbol 19 MovieClip Frame 5
stop();
Instance of Symbol 19 MovieClip "times" in Symbol 24 MovieClip [score] Frame 7
onClipEvent (enterFrame) {
if (_root.p1.pol_pila == 0) {
this.gotoAndStop(1);
}
if (_root.p1.pol_pila == 1) {
this.gotoAndStop("notwo");
}
if (_root.p1.pol_pila == 2) {
this.gotoAndStop("nothree");
}
if (_root.p1.pol_pila == 3) {
this.gotoAndStop("nofour");
}
if (_root.p1.pol_pila == 4) {
this.gotoAndStop("nofive");
}
if (_root.p1.pol_pila == 5) {
this.gotoAndStop("nosix");
}
if (_root.p1.pol_pila == 6) {
this.gotoAndStop("noseven");
}
if (_root.p1.pol_pila == 7) {
this.gotoAndStop("noeight");
}
if (_root.p1.pol_pila == 8) {
this.gotoAndStop("nonine");
}
if (_root.p1.pol_pila == 9) {
this.gotoAndStop("noten");
}
}
Symbol 24 MovieClip [score] Frame 44
stop();
Symbol 47 MovieClip Frame 7
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 1
stop();
Symbol 62 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 8
stop();
Symbol 108 MovieClip Frame 20
_root.dagan.play();
_parent.gotoAndStop(1);
Symbol 114 MovieClip Frame 6
_parent.gotoAndStop(1);
Symbol 115 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 6
stop();
Symbol 171 MovieClip Frame 22
_parent.gotoAndStop(1);
Symbol 177 MovieClip Frame 6
_parent.gotoAndStop(1);
Symbol 178 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 8
_root.box1.gotoAndStop("mali");
_root.box2.gotoAndStop("mali");
_root.box3.gotoAndStop("mali");
_root.box4.gotoAndStop("mali");
Symbol 203 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 1
stop();
Symbol 222 MovieClip Frame 1
stop();