Frame 1
stop();
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Frame 3
_quality = "LOW";
stop();
Instance of Symbol 29 MovieClip in Frame 3
onClipEvent (enterFrame) {
if (!timer) {
timer = 0;
}
if (timer == 3) {
randomom = Math.floor(Math.random() * 6);
timer = 0;
}
timer = timer + 1;
if (randomom == 0) {
if (this._xscale > 50) {
this._xscale = this._xscale - 5;
this._yscale = this._yscale - 5;
}
}
if (randomom == 1) {
if (this._xscale < 150) {
this._xscale = this._xscale + 5;
this._yscale = this._yscale + 5;
}
}
if (randomom == 2) {
if (this._x > 50) {
this._x = this._x - 5;
}
}
if (randomom == 3) {
if (this._x < 350) {
this._x = this._x + 5;
}
}
if (randomom == 4) {
if (this._y > 50) {
this._y = this._y - 5;
}
}
if (randomom == 5) {
if (this._y < 200) {
this._y = this._y + 5;
}
}
}
Symbol 7 MovieClip Frame 1
if (Number(_root._framesloaded) >= Number(_root._totalframes)) {
tellTarget ("_root") {
gotoAndStop (3);
};
} else {
szazalek = Number((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
csik._xscale = Number(szazalek) * 2;
play();
}
Symbol 7 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!szam) {
szam = 10;
szorz = 1;
}
if (this._yscale < (400 + szam)) {
this._x = this._x - (4 * szorz);
this._y = this._y + 2;
this._xscale = (this._yscale = this._yscale + 7);
this._alpha = this._alpha + 10;
this.swapDepths(this._yscale + 1);
} else {
this._yscale = 100;
this._alpha = 0;
szorz = Math.floor(Math.random() * 200) - 10;
this._x = -szorz;
szorz = szorz / 100;
this._y = -100;
this._yscale = 100;
szam = (-Math.floor(Math.random() * 45)) + 5;
}
}
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 11
onClipEvent (enterFrame) {
if (!szam) {
szam = 10;
szorz = 1;
}
if (this._yscale < (400 + szam)) {
this._x = this._x + (4 * szorz);
this._y = this._y + 2;
this._xscale = (this._yscale = this._yscale + 7);
this._alpha = this._alpha + 10;
this.swapDepths(this._yscale + 1);
} else {
this._yscale = 100;
this._alpha = 0;
szorz = Math.floor(Math.random() * 200) - 10;
this._x = szorz;
szorz = szorz / 100;
this._y = -100;
this._yscale = 100;
szam = (-Math.floor(Math.random() * 45)) + 5;
}
}
Symbol 21 MovieClip Frame 25
stop();
Instance of Symbol 20 MovieClip in Symbol 21 MovieClip Frame 25
onClipEvent (enterFrame) {
if (!szam) {
szam = 10;
szorz = 1;
}
if (this._yscale < (400 + szam)) {
this._x = this._x + (4 * szorz);
this._y = this._y + 2;
this._xscale = (this._yscale = this._yscale + 7);
this._alpha = this._alpha + 10;
this.swapDepths(this._yscale + 1);
} else {
this._yscale = 100;
this._alpha = 0;
szorz = Math.floor(Math.random() * 200) - 10;
this._x = szorz;
szorz = szorz / 100;
this._y = -100;
this._yscale = 100;
szam = (-Math.floor(Math.random() * 45)) + 5;
}
}
Instance of Symbol 9 MovieClip in Symbol 22 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!timer) {
timer = 0;
}
timer++;
if (timer == 10) {
szam = Math.floor(Math.random() * 3) - 1;
timer = 0;
}
this._x = this._x + (szam * 2);
}
Instance of Symbol 11 MovieClip in Symbol 22 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!timer) {
timer = 0;
}
timer++;
if (timer == 10) {
szam = Math.floor(Math.random() * 3) - 1;
timer = 0;
}
this._x = this._x + (szam * 1);
}
Instance of Symbol 13 MovieClip in Symbol 22 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!timer) {
timer = 0;
}
timer++;
if (timer == 6) {
szam = Math.floor(Math.random() * 3) - 1;
timer = 0;
}
this._x = this._x + (szam * 2);
}
Instance of Symbol 15 MovieClip in Symbol 22 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!timer) {
timer = 0;
}
timer++;
if (timer == 5) {
szam = Math.floor(Math.random() * 3) - 1;
timer = 0;
}
this._x = this._x + szam;
}
Instance of Symbol 15 MovieClip in Symbol 22 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!timer) {
timer = 0;
}
timer++;
if (timer == 4) {
szam = Math.floor(Math.random() * 3) - 1;
timer = 0;
}
this._x = this._x + szam;
}
Symbol 39 MovieClip Frame 1
stop();
Symbol 41 Button
on (keyPress "<Space>") {
_root.hands.play();
}
Symbol 44 MovieClip Frame 172
gotoAndPlay (1);