Frame 1
System.security.allowDomain("*");
stop();
Instance of Symbol 3 MovieClip in Frame 1
onClipEvent (enterFrame) {
this._xscale = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if ((this._xscale == 100) and (_root.intr._currentframe > 200)) {
_root.gotoAndPlay(2);
}
}
Instance of Symbol 45 MovieClip in Frame 2
onClipEvent (enterFrame) {
this._y = this._y + _root.formule.rychlost;
if (this._y > 1000) {
this.reklamy.gotoAndStop(1);
this._y = 0;
}
}
Instance of Symbol 45 MovieClip in Frame 2
onClipEvent (enterFrame) {
this._y = this._y + _root.formule.rychlost;
if (this._y > 950) {
this.reklamy.gotoAndStop(1);
this._y = 0;
}
}
Instance of Symbol 53 MovieClip "formule" in Frame 2
onClipEvent (enterFrame) {
this._y = this._y - 20;
if (this._y < -100) {
this._y = 1500;
}
}
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) {
this._y = this._y - 20;
if (this._y < -100) {
this._y = 2000;
}
}
Instance of Symbol 61 MovieClip in Frame 2
onClipEvent (enterFrame) {
this._y = this._y - 20;
if (this._y < -100) {
this._y = 1700;
}
}
Frame 39
stop();
Frame 105
stop();
Instance of Symbol 114 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.formule.vzd > 7200) {
this._y = this._y + _root.formule.rychlost;
}
if (this._y > _root.formule._y) {
cekame = cekame + 1;
if (cekame > 30) {
cekame = 1;
_root.gotoAndStop(106);
}
}
}
onClipEvent (load) {
cekame = 1;
}
Instance of Symbol 116 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost * 0.9;
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost * 0.9;
}
this._y = this._y + _root.formule.rychlost;
if (this._y > 570) {
this._y = (random(500) + 30) * -1;
this._x = random(360) + 140;
}
}
Instance of Symbol 118 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost * 0.9;
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost * 0.9;
}
this._y = this._y + _root.formule.rychlost;
if (this._y > 570) {
this._y = -700;
this._x = random(320) + 150;
}
}
Instance of Symbol 120 MovieClip in Frame 105
onClipEvent (enterFrame) {
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost * 0.95;
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost * 0.95;
}
this._y = this._y + _root.formule.rychlost;
if (this._y > 570) {
this._y = -500;
this._x = random(320) + 150;
}
}
Instance of Symbol 124 MovieClip "skokanek" in Frame 105
onClipEvent (enterFrame) {
if (_root.formule.zadni.hitTest(_root.skokanek.skok)) {
if (_root.formule.rychlost > 3) {
_root.formule.play();
_root.formule.rychlost = _root.formule.rychlost + 2;
}
}
this._y = this._y + _root.formule.rychlost;
if (this._y > 1000) {
this._y = -1000;
}
}
Instance of Symbol 53 MovieClip "formule" in Frame 105
onClipEvent (load) {
rychlost = 0;
vzd = 0;
_root.score = 10000;
}
onClipEvent (enterFrame) {
if (_root.score > 0) {
_root.score = _root.score - Math.round(23 - rychlost);
} else {
_root.score = 0;
}
vzd = vzd + (0.47 * rychlost);
if (Key.isDown(39)) {
if ((this._x < 495) and (rychlost > 0)) {
this._x = this._x + 5;
}
} else if (Key.isDown(37)) {
if ((this._x > 160) and (rychlost > 0)) {
this._x = this._x - 5;
}
}
if (Key.isDown(40)) {
if (rychlost > 0) {
rychlost = rychlost - 1;
} else {
rychlost = 0;
}
} else if (Key.isDown(38)) {
if (rychlost <= 19.5) {
rychlost = rychlost + 0.5;
} else if (rychlost > 20) {
rychlost = rychlost - 0.1;
}
} else if (rychlost > 0) {
rychlost = rychlost - 0.2;
} else {
rychlost = 0;
}
if (this._x > 495) {
this._x = this._x - 1;
}
if (this._x < 160) {
this._x = this._x + 1;
}
}
Instance of Symbol 57 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 61 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 57 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 61 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 57 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 61 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 57 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 61 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 57 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 61 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 57 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 17);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 61 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 18);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Instance of Symbol 57 MovieClip in Frame 105
onClipEvent (load) {
sp = 2;
}
onClipEvent (enterFrame) {
this._y = this._y + (_root.formule.rychlost - 19);
this._x = this._x + sp;
if ((this._x == 484) or (this._x == ((random(5) * 50) + 200))) {
sp = -2;
}
if ((this._x == 170) or (this._x == ((random(3) * 50) + 170))) {
sp = 2;
}
if (_root.formule.bocnil1.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnil2.hitTest(this)) {
_root.formule._x = _root.formule._x + 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip1.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.bocnip2.hitTest(this)) {
_root.formule._x = _root.formule._x - 10;
_root.formule.rychlost = _root.formule.rychlost - 2;
_root.zvuk.play();
}
if (_root.formule.zadni.hitTest(this)) {
_root.formule.rychlost = _root.formule.rychlost + 3;
_root.zvuk.play();
}
if (_root.formule.predni.hitTest(this)) {
_root.formule.rychlost = 0;
_root.zvuk.play();
}
}
Frame 155
getURL ("http://scores.funny-games.biz/show.php?game_id=14&difficulty=0", "_blank");
Symbol 39 MovieClip Frame 202
stop();
Symbol 53 MovieClip Frame 1
stop();
Instance of Symbol 54 MovieClip in Symbol 57 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((_parent._y > 400) and (_root._currentframe == 105)) and (predjeto == 0)) {
predjeto = 1;
nahoda = random(3) + 2;
_root.predjeto.gotoAndStop(2);
}
}
onClipEvent (load) {
predjeto = 0;
}
Instance of Symbol 58 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
if (((_parent._y > 400) and (_root._currentframe == 105)) and (predjeto == 0)) {
predjeto = 1;
nahoda = random(3) + 2;
_root.predjeto.gotoAndStop(2);
}
}
onClipEvent (load) {
predjeto = 0;
}
Symbol 84 Button
on (release) {
gotoAndPlay (40);
}
Symbol 86 Button
on (release) {
getURL ("http://scores.funny-games.biz/show.php?game_id=14&difficulty=0", "_blank");
}
Symbol 89 Button
on (release) {
getURL ("http://www.funny-games.biz/main.html", "_blank");
}
Symbol 94 Button
on (press) {
getURL ("http://www.xdesign.cz/games.html", "_self");
}
Symbol 96 Button
on (release) {
getURL ("http://www.funny-games.biz/main.html", "_blank");
}
Symbol 111 MovieClip Frame 1
stop();
Instance of Symbol 108 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) {
this._rotation = (_root.formule.rychlost * 8) - 80;
}
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(Math.round(_root.formule.vzd / 72));
}
Symbol 152 MovieClip Frame 1
holka = 2;
stop();
Symbol 152 MovieClip Frame 2
holka = holka + 1;
gotoAndStop(holka);
Instance of Symbol 129 MovieClip in Symbol 152 MovieClip Frame 3
onClipEvent (load) {
pocitadlo = 0;
}
onClipEvent (enterFrame) {
pocitadlo = pocitadlo + 1;
if (pocitadlo > 120) {
_parent.gotoAndStop(20);
}
}
Symbol 152 MovieClip Frame 20
stop();
Symbol 154 MovieClip Frame 1
stop();
Symbol 165 Button
on (release) {
now = new Date();
diff = 0;
game_id = 14;
chs = ((score * now.getUTCHours()) * now.getUTCDate()) + (now.getUTCFullYear() * 77);
trace(score);
trace(chs);
trace(username);
trace(game_id);
loadVariablesNum ("http://scores.funny-games.biz/scores.php", 0, "POST");
gotoAndPlay (107);
}