Frame 1
fscommand ("showmenu", "false");
Instance of Symbol 17 MovieClip "fx" in Frame 2
onClipEvent (load) {
txt = "Judie Jay: E-101 - a brand new Flash clip by Zoli";
next = 0;
wait = 1;
rndmove = 0;
speed = 0.8;
friction = 0.2;
scale = 200;
radius = 90;
}
onClipEvent (enterFrame) {
_rotation = (_rotation - 0.5);
}
Frame 25
perc = int((100 * _root.getBytesLoaded()) / _root.getBytesTotal());
vonal._width = perc * 2;
txt = perc + "%";
Instance of Symbol 20 MovieClip in Frame 25
onClipEvent (load) {
x = _x;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_visible = int(random(2));
_x = ((x + random(4)) - 2);
_rotation = (random(4) - 2);
}
Frame 26
if (perc < 80) {
gotoAndPlay (25);
} else {
gotoAndPlay (27);
}
Frame 30
stop();
Frame 31
fx.next = 1;
Frame 77
Instance of Symbol 48 MovieClip in Frame 77
onClipEvent (load) {
magnifylimit = 300;
colors = new array();
colors[0] = 30;
colors[1] = 45;
colors[2] = 60;
colors[3] = 75;
colors[4] = 70;
colors[5] = 65;
colors[6] = 62;
colors[7] = 54;
colors[8] = 50;
colors[9] = 47;
colors[10] = 42;
colors[11] = 36;
colors[12] = 31;
colors[13] = 28;
colors[14] = 24;
colors[15] = 20;
colors[16] = 17;
colors[17] = 14;
colors[18] = 10;
}
onClipEvent (load) {
tim = getTimer() + 8000;
}
onClipEvent (enterFrame) {
if (_alpha < 1) {
_visible = 0;
} else if (tim < getTimer()) {
_alpha = (_alpha - 2);
}
}
Instance of Symbol 52 MovieClip in Frame 247
onClipEvent (load) {
h = 480;
}
Instance of Symbol 55 MovieClip in Frame 291
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_xscale = (_xscale + 10);
_yscale = _xscale;
_alpha = (_alpha - 2);
}
Instance of Symbol 94 MovieClip in Frame 341
onClipEvent (load) {
max = 4;
scalemax = 100;
scalemin = 80;
}
onClipEvent (load) {
way = 1;
clr = 100;
min = -255;
max = 255;
myColor = new Color(this);
myColorTransform = new Object();
enable = 1;
}
onClipEvent (enterFrame) {
if (_xscale < 80) {
_xscale = (_xscale+1);
_yscale = _xscale;
} else {
_alpha = (_alpha - 1);
}
if (_alpha < 1) {
_visible = 0;
}
if (enable) {
if (way) {
if (min < clr) {
clr = clr - 20;
} else {
clr = min;
way = 0;
}
} else if (clr < max) {
clr = clr + 20;
} else {
clr = max;
way = 1;
}
} else {
clr = 0;
}
myColorTransform.rb = clr;
myColorTransform.gb = clr;
myColorTransform.bb = clr;
myColor.setTransform(myColorTransform);
}
Instance of Symbol 95 MovieClip in Frame 342
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_xscale = (_xscale + 10);
_yscale = _xscale;
_alpha = (_alpha - 5);
}
Instance of Symbol 116 MovieClip in Frame 402
onClipEvent (enterFrame) {
_visible = (-_visible);
_xscale = (_xscale + 2);
_yscale = _xscale;
}
Instance of Symbol 140 MovieClip "b" in Frame 483
onClipEvent (load) {
txt = "Created by Zoltan Szathmari";
}
onClipEvent (load) {
mod = 0;
}
onClipEvent (enterFrame) {
if (mod) {
_xscale = (_xscale + 2);
_yscale = _xscale;
if (100 < _xscale) {
mod = 0;
}
} else {
_xscale = (_xscale - 2);
_yscale = _xscale;
if (_xscale < 20) {
mod = 1;
}
}
}
Instance of Symbol 144 MovieClip in Frame 640
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
}
Instance of Symbol 153 MovieClip in Frame 716
onClipEvent (load) {
max = 5;
w = 640;
h = 400;
fr = 0.4;
}
Instance of Symbol 170 MovieClip in Frame 716
onClipEvent (load) {
x = _x;
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 171 MovieClip in Frame 767
onClipEvent (load) {
x = _x;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 171 MovieClip in Frame 767
onClipEvent (load) {
x = _x;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 171 MovieClip in Frame 788
onClipEvent (load) {
x = _x;
this.gotoAndStop(2);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 172 MovieClip in Frame 821
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
}
Instance of Symbol 193 MovieClip in Frame 821
onClipEvent (load) {
max = 4;
}
Instance of Symbol 193 MovieClip in Frame 821
onClipEvent (load) {
max = 4;
}
Instance of Symbol 208 MovieClip in Frame 910
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 209 MovieClip in Frame 931
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
_x = ((x + random(70)) + -35);
}
Instance of Symbol 209 MovieClip in Frame 931
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
_x = ((x + random(70)) + -35);
}
Instance of Symbol 210 MovieClip in Frame 941
onClipEvent (load) {
x = _x;
this.gotoAndStop(3);
r = _rotation;
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = ((r + random(4)) - 2);
}
Instance of Symbol 210 MovieClip in Frame 1016
onClipEvent (load) {
x = _x;
this.gotoAndStop(3);
r = _rotation;
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = ((r + random(4)) - 2);
}
Instance of Symbol 220 MovieClip in Frame 1116
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
_alpha = (_alpha - 2);
}
Instance of Symbol 222 MovieClip in Frame 1156
onClipEvent (enterFrame) {
_x = (random(70) + 445);
}
Instance of Symbol 222 MovieClip in Frame 1156
onClipEvent (enterFrame) {
_x = (random(70) + 445);
}
Instance of Symbol 233 MovieClip in Frame 1156
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 235 MovieClip in Frame 1161
onClipEvent (load) {
x = _x;
this.gotoAndStop(6);
r = _rotation;
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = ((r + random(4)) - 2);
}
Instance of Symbol 144 MovieClip in Frame 1179
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
}
Instance of Symbol 245 MovieClip in Frame 1203
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 246 MovieClip in Frame 1208
onClipEvent (load) {
x = _x;
this.gotoAndStop(7);
r = _rotation;
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = ((r + random(4)) - 2);
}
Instance of Symbol 247 MovieClip in Frame 1261
onClipEvent (load) {
x = _x;
this.gotoAndStop(8);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(4) - 2);
_y = (_y-1);
}
Instance of Symbol 269 MovieClip in Frame 1266
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 80;
}
onClipEvent (enterFrame) {
if (_xscale < 100) {
_xscale = (_xscale + 2);
_yscale = _xscale;
}
}
Instance of Symbol 270 MovieClip in Frame 1356
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(40)) - 20);
}
Instance of Symbol 271 MovieClip in Frame 1356
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(100)) - 50);
}
Instance of Symbol 272 MovieClip in Frame 1356
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 80;
}
Instance of Symbol 274 MovieClip in Frame 1356
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
_rotation = (_rotation+1);
}
Instance of Symbol 275 MovieClip in Frame 1366
onClipEvent (load) {
x = _x;
this.gotoAndStop(9);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(4) - 2);
}
Instance of Symbol 276 MovieClip in Frame 1416
onClipEvent (load) {
x = _x;
this.gotoAndStop(9);
r = _rotation;
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = ((r + random(4)) - 2);
}
Instance of Symbol 277 MovieClip in Frame 1581
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_rotation = ((r + random(4)) - 2);
_x = ((x + random(40)) - 20);
}
Instance of Symbol 280 MovieClip in Frame 1581
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_rotation = ((r + random(4)) - 2);
_x = ((x + random(6)) - 3);
_y = ((y + random(6)) - 3);
}
Instance of Symbol 281 MovieClip in Frame 1635
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
c = (_parent._currentFrame + 1) % 4;
_x = (x + (100 * c));
}
Instance of Symbol 282 MovieClip in Frame 1635
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
c = _parent._currentFrame % 4;
_x = (x + (100 * c));
}
Instance of Symbol 281 MovieClip in Frame 1635
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
c = (_parent._currentFrame + 1) % 4;
_x = (x + (100 * c));
}
Instance of Symbol 282 MovieClip in Frame 1635
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
c = _parent._currentFrame % 4;
_x = (x + (100 * c));
}
Instance of Symbol 350 MovieClip in Frame 1676
onClipEvent (load) {
x = _x;
this.gotoAndStop(7);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(4) - 2);
}
Instance of Symbol 352 MovieClip in Frame 1836
onClipEvent (enterFrame) {
if (_xscale < 100) {
_xscale = (_xscale + 1);
_yscale = _xscale;
}
}
Instance of Symbol 386 MovieClip in Frame 1941
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 80;
}
onClipEvent (load) {
tim = getTimer() + 5000;
}
onClipEvent (enterFrame) {
if (tim < getTimer()) {
if (1 < _alpha) {
_alpha = (_alpha-1);
}
}
}
Instance of Symbol 444 MovieClip in Frame 2208
onClipEvent (load) {
mintime = 1;
maxtime = 3;
}
onClipEvent (enterFrame) {
_rotation = (_rotation + 0.2);
}
Instance of Symbol 624 MovieClip "dancer" in Frame 2232
onClipEvent (load) {
max = 10;
scalemax = 100;
scalemin = 60;
}
Instance of Symbol 628 MovieClip in Frame 2306
onClipEvent (load) {
x = _x;
this.gotoAndStop(10);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(4) - 2);
}
Instance of Symbol 636 MovieClip in Frame 2421
onClipEvent (load) {
x = _x;
y = _y;
wait = 2;
wait2 = 0;
}
onClipEvent (enterFrame) {
if (wait2) {
wait2--;
} else {
this.gotoAndStop(int(random(this._totalFrames) + 1));
wait2 = wait;
}
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 637 MovieClip in Frame 2421
onClipEvent (load) {
x = _x;
y = _y;
wait = 2;
wait2 = 0;
}
onClipEvent (enterFrame) {
if (wait2) {
wait2--;
} else {
this.gotoAndStop(int(random(this._totalFrames) + 1));
wait2 = wait;
}
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 636 MovieClip in Frame 2421
onClipEvent (load) {
x = _x;
y = _y;
wait = 2;
wait2 = 0;
}
onClipEvent (enterFrame) {
if (wait2) {
wait2--;
} else {
this.gotoAndStop(int(random(this._totalFrames) + 1));
wait2 = wait;
}
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 637 MovieClip in Frame 2421
onClipEvent (load) {
x = _x;
y = _y;
wait = 2;
wait2 = 0;
}
onClipEvent (enterFrame) {
if (wait2) {
wait2--;
} else {
this.gotoAndStop(int(random(this._totalFrames) + 1));
wait2 = wait;
}
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 638 MovieClip in Frame 2481
onClipEvent (load) {
x = _x;
this.gotoAndStop(11);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(4) - 2);
}
Instance of Symbol 639 MovieClip in Frame 2481
onClipEvent (load) {
x = _x;
this.gotoAndStop(12);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(4) - 2);
}
Instance of Symbol 640 MovieClip in Frame 2516
onClipEvent (load) {
x = _x;
this.gotoAndStop(13);
}
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_x = ((x + random(4)) - 2);
_rotation = (random(4) - 2);
}
Instance of Symbol 153 MovieClip in Frame 2525
onClipEvent (load) {
max = 5;
w = 640;
h = 400;
fr = 0.4;
}
Instance of Symbol 641 MovieClip in Frame 2525
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
_x = ((x + random(70)) - 35);
}
Instance of Symbol 641 MovieClip in Frame 2525
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
_x = ((x + random(70)) - 35);
}
Instance of Symbol 642 MovieClip in Frame 2850
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
}
Instance of Symbol 352 MovieClip in Frame 2850
onClipEvent (enterFrame) {
if (_xscale < 100) {
_xscale = (_xscale + 1);
_yscale = _xscale;
}
}
Instance of Symbol 645 MovieClip in Frame 2850
onClipEvent (enterFrame) {
_rotation = (_rotation + 0.5);
}
Instance of Symbol 646 MovieClip "v0" in Frame 2850
onClipEvent (load) {
fr = 10;
}
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
if (_this._currentFrame == fr) {
fr = int(random(_totalframes) + 1);
this.gotoAndPlay(fr);
}
}
Instance of Symbol 646 MovieClip "v0" in Frame 2850
onClipEvent (load) {
fr = 10;
}
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
if (_this._currentFrame == fr) {
fr = int(random(_totalframes) + 1);
this.gotoAndPlay(fr);
}
}
Instance of Symbol 646 MovieClip "v0" in Frame 2906
onClipEvent (load) {
fr = 10;
}
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
if (_this._currentFrame == fr) {
fr = int(random(_totalframes) + 1);
this.gotoAndPlay(fr);
}
}
Instance of Symbol 646 MovieClip "v0" in Frame 2906
onClipEvent (load) {
fr = 10;
}
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
if (_this._currentFrame == fr) {
fr = int(random(_totalframes) + 1);
this.gotoAndPlay(fr);
}
}
Instance of Symbol 648 MovieClip in Frame 2946
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
_rotation = (_rotation + 5);
_alpha = (_alpha - 2);
}
Instance of Symbol 649 MovieClip in Frame 3001
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
}
Instance of Symbol 656 MovieClip in Frame 3001
onClipEvent (load) {
max = 10;
}
onClipEvent (enterFrame) {
_rotation = (_rotation+1);
}
Instance of Symbol 657 MovieClip in Frame 3061
onClipEvent (load) {
max = 10;
scalemax = 100;
scalemin = 100;
}
Instance of Symbol 658 MovieClip in Frame 3107
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 682 MovieClip in Frame 3107
onClipEvent (load) {
max = 10;
}
Instance of Symbol 704 MovieClip in Frame 3107
onClipEvent (load) {
mod = 0;
}
onClipEvent (enterFrame) {
if (mod) {
_xscale = (_xscale + 2);
_yscale = _xscale;
if (100 < _xscale) {
mod = 0;
}
} else {
_xscale = (_xscale - 2);
_yscale = _xscale;
if (_xscale < 50) {
mod = 1;
}
}
_rotation = (_rotation - 2);
}
Instance of Symbol 705 MovieClip in Frame 3237
onClipEvent (load) {
mod = 0;
}
onClipEvent (enterFrame) {
if (mod) {
_xscale = (_xscale + 2);
_yscale = _xscale;
if (100 < _xscale) {
mod = 0;
}
} else {
_xscale = (_xscale - 2);
_yscale = _xscale;
if (_xscale < 70) {
mod = 1;
}
}
_alpha = (_alpha - 2);
}
Instance of Symbol 710 MovieClip in Frame 3279
onClipEvent (load) {
distx = 100;
disty = 150;
max = 5;
}
Instance of Symbol 712 MovieClip in Frame 3374
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
c = (_parent._currentFrame + 1) % 2;
_x = (x + (100 * c));
}
Instance of Symbol 713 MovieClip in Frame 3374
onClipEvent (load) {
x = _x;
}
onClipEvent (enterFrame) {
c = _parent._currentFrame % 2;
_x = (x + (100 * c));
}
Instance of Symbol 730 MovieClip in Frame 3374
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 100;
}
onClipEvent (enterFrame) {
if (683 < _x) {
_x = (_x - 10);
}
}
Instance of Symbol 730 MovieClip in Frame 3374
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 100;
}
onClipEvent (enterFrame) {
if (683 < _x) {
_x = (_x - 10);
}
}
Instance of Symbol 730 MovieClip in Frame 3374
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 100;
}
onClipEvent (enterFrame) {
if (683 < _x) {
_x = (_x - 10);
}
}
Instance of Symbol 730 MovieClip in Frame 3374
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 100;
}
onClipEvent (enterFrame) {
if (683 < _x) {
_x = (_x - 10);
}
}
Instance of Symbol 731 MovieClip in Frame 3374
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 100;
}
onClipEvent (enterFrame) {
if (_x < -30) {
_x = (_x + 10);
}
}
Instance of Symbol 731 MovieClip in Frame 3374
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 100;
}
onClipEvent (enterFrame) {
if (_x < -30) {
_x = (_x + 10);
}
}
Instance of Symbol 732 MovieClip in Frame 3374
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 90;
}
Instance of Symbol 751 MovieClip in Frame 3374
onClipEvent (enterFrame) {
if (go) {
if (1 < this._currentFrame) {
this.prevFrame();
} else {
go = 0;
}
} else if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
go = 1;
}
_rotation = (_rotation + 5);
}
Instance of Symbol 753 MovieClip in Frame 3461
onClipEvent (enterFrame) {
c = _parent._currentFrame % 2;
_visible = c;
}
Instance of Symbol 636 MovieClip in Frame 3461
onClipEvent (load) {
x = _x;
y = _y;
wait = 2;
wait2 = 0;
}
onClipEvent (enterFrame) {
if (wait2) {
wait2--;
} else {
this.gotoAndStop(int(random(this._totalFrames) + 1));
wait2 = wait;
}
_x = ((x + random(4)) - 2);
_rotation = (random(2) - 1);
}
Instance of Symbol 754 MovieClip in Frame 3491
onClipEvent (enterFrame) {
c = (_parent._currentFrame + 1) % 2;
_visible = c;
}
Instance of Symbol 710 MovieClip in Frame 3539
onClipEvent (load) {
distx = 100;
disty = 150;
max = 5;
}
Instance of Symbol 755 MovieClip in Frame 3600
onClipEvent (enterFrame) {
if (_xscale < 100) {
_xscale = (_xscale + 1);
_yscale = _xscale;
}
}
Instance of Symbol 756 MovieClip in Frame 3701
onClipEvent (load) {
max = 5;
scalemax = 160;
scalemin = 80;
}
Instance of Symbol 756 MovieClip in Frame 3701
onClipEvent (load) {
max = 5;
scalemax = 160;
scalemin = 80;
}
Instance of Symbol 756 MovieClip in Frame 3701
onClipEvent (load) {
max = 5;
scalemax = 160;
scalemin = 80;
}
Instance of Symbol 761 MovieClip in Frame 3803
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 761 MovieClip in Frame 3803
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 222 MovieClip in Frame 3803
onClipEvent (enterFrame) {
_x = (random(70) + 445);
}
Instance of Symbol 222 MovieClip in Frame 3803
onClipEvent (enterFrame) {
_x = (random(70) + 445);
}
Instance of Symbol 642 MovieClip in Frame 3899
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
}
Instance of Symbol 791 MovieClip in Frame 3966
onClipEvent (enterFrame) {
if (go) {
if (1 < this._currentFrame) {
this.prevFrame();
} else {
go = 0;
}
} else if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
go = 1;
}
}
Instance of Symbol 813 MovieClip in Frame 4016
onClipEvent (enterFrame) {
if (go) {
if (1 < this._currentFrame) {
this.prevFrame();
} else {
go = 0;
}
} else if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
go = 1;
}
}
Instance of Symbol 814 MovieClip in Frame 4057
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 829 MovieClip in Frame 4126
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(80)) - 40);
}
Instance of Symbol 271 MovieClip in Frame 4126
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(100)) - 50);
}
Instance of Symbol 830 MovieClip in Frame 4126
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
_rotation = (_rotation + 2);
}
Instance of Symbol 153 MovieClip in Frame 4126
onClipEvent (load) {
max = 5;
w = 640;
h = 400;
fr = 0.4;
}
Instance of Symbol 270 MovieClip in Frame 4232
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(40)) - 20);
}
Instance of Symbol 271 MovieClip in Frame 4232
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(100)) - 50);
}
Instance of Symbol 831 MovieClip in Frame 4232
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
if (_xscale < 250) {
_xscale = (_xscale + 10);
_yscale = _xscale;
}
}
Instance of Symbol 856 MovieClip in Frame 4323
onClipEvent (enterFrame) {
_alpha = (_alpha - 1);
}
Instance of Symbol 857 MovieClip in Frame 4324
onClipEvent (load) {
mintime = 1;
maxtime = 3;
}
Instance of Symbol 867 MovieClip in Frame 4376
onClipEvent (load) {
object = "obj";
xmax = 10;
ymax = 6;
rot = 0;
mod = 0;
spread = 0.1;
}
Instance of Symbol 870 MovieClip in Frame 4551
onClipEvent (load) {
max = 4;
w = 640;
h = 400;
fr = 0.4;
}
Instance of Symbol 886 MovieClip in Frame 4551
onClipEvent (enterFrame) {
if (go) {
if (1 < this._currentFrame) {
this.prevFrame();
} else {
go = 0;
}
} else if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
go = 1;
}
}
Instance of Symbol 886 MovieClip in Frame 4551
onClipEvent (enterFrame) {
if (go) {
if (1 < this._currentFrame) {
this.prevFrame();
} else {
go = 0;
}
} else if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
go = 1;
}
}
Instance of Symbol 52 MovieClip in Frame 4636
onClipEvent (load) {
h = 480;
}
Instance of Symbol 272 MovieClip in Frame 4657
onClipEvent (load) {
max = 3;
scalemax = 100;
scalemin = 80;
}
Instance of Symbol 892 MovieClip in Frame 4764
onClipEvent (enterFrame) {
if (_xscale < 100) {
_xscale = (_xscale + 1);
_yscale = _xscale;
}
}
Instance of Symbol 893 MovieClip in Frame 4816
onClipEvent (enterFrame) {
if (_x >= 700) {
_y = random(400);
wait = random(20);
_x = 699;
sp = random50 + 20;
_xscale = (100 - sp);
_yscale = _xscale;
}
if (wait) {
wait--;
} else {
_x = (_x - sp);
if (_x < -700) {
_x = 700;
}
}
}
Instance of Symbol 893 MovieClip in Frame 4816
onClipEvent (enterFrame) {
if (_x >= 700) {
_y = random(400);
wait = random(20);
_x = 699;
sp = random50 + 20;
_xscale = (100 - sp);
_yscale = _xscale;
}
if (wait) {
wait--;
} else {
_x = (_x - sp);
if (_x < -700) {
_x = 700;
}
}
}
Instance of Symbol 893 MovieClip in Frame 4816
onClipEvent (enterFrame) {
if (_x >= 700) {
_y = random(400);
wait = random(20);
_x = 699;
sp = random50 + 20;
_xscale = (100 - sp);
_yscale = _xscale;
}
if (wait) {
wait--;
} else {
_x = (_x - sp);
if (_x < -700) {
_x = 700;
}
}
}
Instance of Symbol 893 MovieClip in Frame 4816
onClipEvent (enterFrame) {
if (_x >= 700) {
_y = random(400);
wait = random(20);
_x = 699;
sp = random50 + 20;
_xscale = (100 - sp);
_yscale = _xscale;
}
if (wait) {
wait--;
} else {
_x = (_x - sp);
if (_x < -700) {
_x = 700;
}
}
}
Instance of Symbol 894 MovieClip in Frame 4871
onClipEvent (enterFrame) {
_alpha = (_alpha - 2);
}
Instance of Symbol 895 MovieClip in Frame 4871
onClipEvent (enterFrame) {
_rotation = (_rotation + 5);
_alpha = (_alpha - 2);
_xscale = (_xscale + 2);
_yscale = _xscale;
}
Instance of Symbol 896 MovieClip "b" in Frame 4896
onClipEvent (load) {
txt = "Created by Zoltan Szathmari";
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 2);
}
Instance of Symbol 144 MovieClip in Frame 4977
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
}
Instance of Symbol 908 MovieClip in Frame 4977
onClipEvent (load) {
txt = "Second version";
}
Instance of Symbol 908 MovieClip in Frame 4977
onClipEvent (load) {
txt = "Second version";
}
Instance of Symbol 270 MovieClip in Frame 5033
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(40)) - 20);
}
Instance of Symbol 271 MovieClip in Frame 5033
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(100)) - 50);
}
Instance of Symbol 909 MovieClip in Frame 5084
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 2);
_x = ((x + random(40)) - 20);
}
Instance of Symbol 910 MovieClip in Frame 5084
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_alpha = (_alpha - 2);
_x = ((x + random(100)) - 50);
}
Instance of Symbol 193 MovieClip in Frame 5107
onClipEvent (load) {
max = 4;
}
Instance of Symbol 193 MovieClip in Frame 5107
onClipEvent (load) {
max = 4;
}
Instance of Symbol 153 MovieClip in Frame 5107
onClipEvent (load) {
max = 5;
w = 640;
h = 400;
fr = 0.4;
}
Instance of Symbol 270 MovieClip in Frame 5296
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(40)) - 20);
}
Instance of Symbol 271 MovieClip in Frame 5296
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(100)) - 50);
}
Instance of Symbol 270 MovieClip in Frame 5296
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(40)) - 20);
}
Instance of Symbol 271 MovieClip in Frame 5296
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(100)) - 50);
}
Instance of Symbol 911 MovieClip in Frame 5296
onClipEvent (enterFrame) {
_rotation = (_rotation + 4);
_visible = ((_parent._currentFrame + 1) % 2);
}
Instance of Symbol 791 MovieClip in Frame 5401
onClipEvent (enterFrame) {
if (go) {
if (1 < this._currentFrame) {
this.prevFrame();
} else {
go = 0;
}
} else if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
go = 1;
}
}
Instance of Symbol 813 MovieClip in Frame 5471
onClipEvent (enterFrame) {
if (go) {
if (1 < this._currentFrame) {
this.prevFrame();
} else {
go = 0;
}
} else if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
go = 1;
}
}
Instance of Symbol 912 MovieClip in Frame 5512
onClipEvent (enterFrame) {
_rotation = (_rotation + 10);
}
Instance of Symbol 756 MovieClip in Frame 5512
onClipEvent (load) {
max = 5;
scalemax = 160;
scalemin = 80;
}
Instance of Symbol 756 MovieClip in Frame 5512
onClipEvent (load) {
max = 5;
scalemax = 160;
scalemin = 80;
}
Instance of Symbol 857 MovieClip in Frame 5559
onClipEvent (load) {
mintime = 1;
maxtime = 3;
}
Instance of Symbol 914 MovieClip in Frame 5616
onClipEvent (load) {
mod = 0;
}
onClipEvent (enterFrame) {
if (mod) {
if (190 < _x) {
_x = (_x - 10);
} else {
mod = 0;
}
} else if (_x < 500) {
_x = (_x + 10);
} else {
mod = 1;
}
}
Instance of Symbol 917 MovieClip in Frame 5663
onClipEvent (enterFrame) {
_rotation = (_rotation + 10);
}
Instance of Symbol 791 MovieClip in Frame 5726
onClipEvent (enterFrame) {
if (go) {
if (1 < this._currentFrame) {
this.prevFrame();
} else {
go = 0;
}
} else if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
go = 1;
}
}
Instance of Symbol 208 MovieClip in Frame 5726
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 270 MovieClip in Frame 5776
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(40)) - 20);
}
Instance of Symbol 271 MovieClip in Frame 5776
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(100)) - 50);
}
Instance of Symbol 270 MovieClip in Frame 5776
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(40)) - 20);
}
Instance of Symbol 271 MovieClip in Frame 5776
onClipEvent (load) {
x = _x;
y = _y;
r = _rotation;
}
onClipEvent (enterFrame) {
_x = ((x + random(100)) - 50);
}
Instance of Symbol 919 MovieClip in Frame 5833
onClipEvent (enterFrame) {
_alpha = (_alpha-1);
}
Instance of Symbol 870 MovieClip in Frame 5833
onClipEvent (load) {
max = 4;
w = 640;
h = 400;
fr = 0.4;
}
Instance of Symbol 920 MovieClip in Frame 5883
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
}
Instance of Symbol 921 MovieClip in Frame 6056
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
}
Instance of Symbol 144 MovieClip in Frame 6056
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
}
Instance of Symbol 144 MovieClip in Frame 6056
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
}
Instance of Symbol 922 MovieClip in Frame 6201
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
_xscale = (_xscale-1);
_yscale = (_yscale-1);
}
Instance of Symbol 923 MovieClip in Frame 6201
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_xscale = (_xscale-1);
_yscale = (_yscale-1);
}
Instance of Symbol 923 MovieClip in Frame 6201
onClipEvent (enterFrame) {
_visible = (_parent._currentFrame % 2);
_xscale = (_xscale-1);
_yscale = (_yscale-1);
}
Instance of Symbol 924 MovieClip in Frame 6201
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
_alpha = (_alpha - 2);
}
Instance of Symbol 924 MovieClip in Frame 6201
onClipEvent (enterFrame) {
_visible = ((_parent._currentFrame + 1) % 2);
this.gotoAndStop(int(random(_totalframes) + 1));
_alpha = (_alpha - 2);
}
Instance of Symbol 925 MovieClip in Frame 6256
onClipEvent (load) {
rr = int(random(256));
gg = int(random(256));
bb = int(random(256));
r = rr;
g = gg;
b = bb;
fr = 0.2;
myColor = new Color(this);
enable = 1;
}
onClipEvent (enterFrame) {
if (enable) {
if (Math.abs(r - rr) < 5) {
rr = int(random(150));
}
if (Math.abs(g - gg) < 5) {
gg = int(random(150));
}
if (Math.abs(b - bb) < 5) {
bb = int(random(150));
}
r = r + Math.round((rr - r) * fr);
g = g + Math.round((gg - g) * fr);
b = b + Math.round((bb - b) * fr);
myColor.setRGB(((r * 65536) + (g * 256)) + b);
}
}
Instance of Symbol 710 MovieClip in Frame 6361
onClipEvent (load) {
distx = 100;
disty = 150;
max = 5;
}
Instance of Symbol 967 MovieClip in Frame 6416
onClipEvent (enterFrame) {
_alpha = (_alpha-1);
}
Frame 6696
stop();
Instance of Symbol 969 MovieClip "fx" in Frame 6696
onClipEvent (load) {
txt = "Made by Zoltan Szathmari";
next = 0;
wait = 1;
rndmove = 0;
speed = 0.8;
friction = 0.2;
scale = 200;
radius = 50;
}
Frame 6697
fx.next = 1;
Frame 6757
gotoAndPlay (77);
Instance of Symbol 6 MovieClip "crystal" in Symbol 7 MovieClip [i] Frame 1
onClipEvent (enterFrame) {
}
Symbol 7 MovieClip [i] Frame 2
function dup(nam, ch, rot) {
if ((_root.ice < _root.icemax) && (ch < _root.icebranchlength)) {
this.attachMovie("i", nam, _root.ice);
_root.ice++;
this[nam]._x = this[nam]._width - 1;
this[nam].child = ch + 1;
this[nam]._rotation = rot;
}
}
rr = random(90) - 45;
dup("i0", child, rr);
if (child == _root.icebranchlength) {
dup("i1", 0, rr);
dup("i2", 0, -rr);
}
rotate = _rotation;
Symbol 7 MovieClip [i] Frame 3
if (child == (_root.icebranchlength - 1)) {
_rotation = (_rotation + int(random(3) - 1));
}
Symbol 7 MovieClip [i] Frame 4
gotoAndPlay(_currentframe - 1);
Symbol 10 MovieClip Frame 1
_root.cs = new Array(360);
_root.sn = new Array(360);
i = -180;
while (180 >= i) {
_root.cs[i + 180] = Math.cos((i * Math.PI) / 180);
_root.sn[i + 180] = Math.sin((i * Math.PI) / 180);
i++;
}
_root.k_a = new Array();
_root.k_a[33] = 4.3;
_root.k_a[34] = 12;
_root.k_a[35] = 21.4;
_root.k_a[36] = 18.9;
_root.k_a[37] = 30.8;
_root.k_a[38] = 24.1;
_root.k_a[39] = 4;
_root.k_a[40] = 9.5;
_root.k_a[41] = 9.5;
_root.k_a[42] = 12.9;
_root.k_a[43] = 18.9;
_root.k_a[44] = 4.3;
_root.k_a[45] = 10.8;
_root.k_a[46] = 4;
_root.k_a[47] = 11.1;
_root.k_a[48] = 17;
_root.k_a[49] = 14;
_root.k_a[50] = 18;
_root.k_a[51] = 19;
_root.k_a[52] = 19;
_root.k_a[53] = 18.5;
_root.k_a[54] = 18;
_root.k_a[55] = 18;
_root.k_a[56] = 18;
_root.k_a[57] = 18;
_root.k_a[58] = 4;
_root.k_a[59] = 4;
_root.k_a[60] = 18.9;
_root.k_a[61] = 18.9;
_root.k_a[62] = 18.9;
_root.k_a[63] = 18.5;
_root.k_a[64] = 37;
_root.k_a[65] = 25;
_root.k_a[66] = 21.6;
_root.k_a[67] = 24;
_root.k_a[68] = 23.6;
_root.k_a[69] = 21.4;
_root.k_a[70] = 19.3;
_root.k_a[71] = 26.4;
_root.k_a[72] = 22.4;
_root.k_a[73] = 4.5;
_root.k_a[74] = 15.8;
_root.k_a[75] = 23.6;
_root.k_a[76] = 17.9;
_root.k_a[77] = 27.4;
_root.k_a[78] = 22.6;
_root.k_a[79] = 26;
_root.k_a[80] = 21;
_root.k_a[81] = 27.9;
_root.k_a[82] = 24.5;
_root.k_a[83] = 21;
_root.k_a[84] = 19;
_root.k_a[85] = 22.5;
_root.k_a[86] = 26.1;
_root.k_a[87] = 35;
_root.k_a[88] = 24;
_root.k_a[89] = 23;
_root.k_a[90] = 22.6;
_root.k_a[91] = 9;
_root.k_a[92] = 11.1;
_root.k_a[93] = 7.8;
_root.k_a[94] = 16.6;
_root.k_a[95] = 23.3;
_root.k_a[96] = 7.3;
_root.k_a[97] = 17.5;
_root.k_a[98] = 18.5;
_root.k_a[99] = 18.1;
_root.k_a[100] = 18.5;
_root.k_a[101] = 17.5;
_root.k_a[102] = 10.5;
_root.k_a[103] = 18.3;
_root.k_a[104] = 16.9;
_root.k_a[105] = 5;
_root.k_a[106] = 6;
_root.k_a[107] = 17.2;
_root.k_a[108] = 4.5;
_root.k_a[109] = 28.1;
_root.k_a[110] = 16.9;
_root.k_a[111] = 19.4;
_root.k_a[112] = 18;
_root.k_a[113] = 18;
_root.k_a[114] = 11.3;
_root.k_a[115] = 17.2;
_root.k_a[116] = 8.8;
_root.k_a[117] = 16.9;
_root.k_a[118] = 16.1;
_root.k_a[119] = 27;
_root.k_a[120] = 19.4;
_root.k_a[121] = 17;
_root.k_a[122] = 18;
_root.k_a[123] = 11.3;
_root.k_a[124] = 5;
_root.k_a[125] = 11.4;
_root.k_a[126] = 20;
_root.k_a[193] = 26.8;
_root.k_a[201] = 21.4;
_root.k_a[205] = 3.8;
_root.k_a[211] = 27.4;
_root.k_a[213] = 27.4;
_root.k_a[214] = 27.4;
_root.k_a[218] = 22.5;
_root.k_a[219] = 22.5;
_root.k_a[220] = 22.5;
_root.k_a[225] = 19.1;
_root.k_a[233] = 19.1;
_root.k_a[237] = 3.5;
_root.k_a[243] = 19.4;
_root.k_a[245] = 19.4;
_root.k_a[246] = 19.4;
_root.k_a[250] = 16.9;
_root.k_a[251] = 16.9;
_root.k_a[252] = 16.9;
stop();
Symbol 14 MovieClip Frame 1
szoveg = _parent.szoveg;
Symbol 15 MovieClip Frame 1
szoveg = _parent.szoveg;
Symbol 16 MovieClip Frame 1
go = 0;
_rotation = 0;
Symbol 16 MovieClip Frame 2
if (wait2) {
wait2--;
gotoAndPlay(_currentframe - 1);
} else {
gotoAndPlay(_currentframe + 1);
}
Symbol 16 MovieClip Frame 3
go = 1;
_rotation = rotation;
Symbol 16 MovieClip Frame 19
wait2 = wait;
Instance of Symbol 15 MovieClip "szov0" in Symbol 16 MovieClip Frame 19
onClipEvent (enterFrame) {
if (_parent.rndmove) {
_x = (random(2) - 1);
_y = (random(2) - 1);
}
}
Symbol 16 MovieClip Frame 20
if (_parent.next) {
gotoAndPlay(_currentframe + 1);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 16 MovieClip Frame 22
if (wait2) {
wait2--;
gotoAndPlay(_currentframe - 1);
} else {
gotoAndPlay(_currentframe + 1);
}
Symbol 16 MovieClip Frame 23
scale = x;
x = _parent.scale;
fr = 0.1;
go = 1;
_rotation = rotation;
Symbol 16 MovieClip Frame 45
stop();
Symbol 17 MovieClip Frame 1
db = txt.length;
r = radius;
cc = 3.14 * r;
oxscale = szov0._xscale;
oyscale = szov0._yscale;
orotation = szov0._rotation;
ox = szov0._x;
oy = szov0._y;
max = length(txt);
i = 0;
while (i < max) {
if (i) {
szov0.duplicateMovieClip("szov" + i, i);
tmp = txt.charCodeAt(i - 1);
tav = _root.k_a[tmp];
if (0 >= tav) {
tav = _root.k_a[65];
}
kern = 3;
}
this["szov" + i].wait = i * wait;
this["szov" + i].wait2 = i * wait;
this["szov" + i].szoveg = txt.charAt(i);
this["szov" + i].gotoAndPlay(2);
tv = tv + int((((tav / 2) + kern) * 180) / cc);
this["szov" + i]._y = _root.sn[tv] * r;
this["szov" + i]._x = _root.cs[tv] * r;
this["szov" + i].rotation = tv - 90;
i++;
}
teljeshossz = eval ("szov" + i)._x - szov1._x;
stop();
Instance of Symbol 16 MovieClip "szov0" in Symbol 17 MovieClip Frame 1
onClipEvent (load) {
sp = _parent.speed;
fr = _parent.friction;
x = 100;
scale = _parent.scale;
go = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
if (go) {
xd = x - scale;
xrate = (xrate + (xd * fr)) * sp;
scale = scale + xrate;
_xscale = scale;
_yscale = scale;
a = _parent.scale - scale;
_alpha = a;
}
}
Symbol 17 MovieClip Frame 8
function clear() {
i = 2;
while (length(txt) >= i) {
removeMovieClip("szov" + i);
i++;
}
}
db = length(txt);
kern = new Array();
kern[5] = "liíj";
kern[6] = "";
kern[7] = "f";
kern[8] = "t";
kern[9] = "rIÍJ";
kern[10] = " aá";
kern[11] = "ceéghkqoóöõsuúüûv";
kern[12] = "bdFLnpxyz0123456789";
kern[13] = "EÉPT";
kern[14] = "AÁBKYZ";
kern[15] = "CDGHNOÓÖÕQRSUÚÜÛVX=*+-";
kern[16] = "Mw";
kern[18] = "m";
kern[20] = "W./";
szorzo = 1;
oldxscale = szov1._xscale;
oldyscale = szov1._yscale;
oldrotation = szov1._rotation;
oldx = szov1._x;
oldy = szov1._y;
fazis = 0;
szov1.szoveg = substring(txt, 1, 1);
szov1.kesz = 0;
szov1.time = 1;
szov1.slowing = 1;
szov1.slow = szov1.slowing;
this.clear();
i = 2;
while (length(txt) >= i) {
szov1.duplicateMovieClip("szov" + i, i);
eval ("szov" + i).kesz = 0;
eval ("szov" + i).time = 1;
eval ("szov" + i).slowing = i;
eval ("szov" + i).szoveg = substring(txt, i, 1);
elbt = substring(txt, i - 1, 1);
plus = 0;
j = 1;
while (25 >= j) {
k = 1;
while (length(kern[j]) >= k) {
if (elbt eq (substring(kern[j], k, 1))) {
plus = j * szorzo;
}
k++;
}
j++;
}
if (plus == 0) {
plus = 12 * szorzo;
}
eval ("szov" + i)._x = eval ("szov" + (i - 1))._x + plus;
i++;
}
Symbol 20 MovieClip Frame 1
stop();
Symbol 28 Button
on (release) {
play();
}
Symbol 32 Button
on (release) {
fscommand ("fullscreen", "true");
play();
}
Symbol 33 Button
on (release) {
getURL ("http://www.szathmari.net", _blank);
}
Instance of Symbol 46 MovieClip "c0" in Symbol 47 MovieClip Frame 1
onClipEvent (enterFrame) {
if (ok) {
sx = sx + nov;
sy = sy + nov;
nov = nov * 1.08;
_x = (_x * 0.8);
_y = (_y * 0.8);
if (sx >= _parent.maxmag) {
sx = 100;
sy = 100;
nov = 5;
_x = _parent.x1;
_y = _parent.x1;
this._rotation = this._rotation + 3;
c.gotoAndStop(_parent.fr);
}
al = int((sx * 20) / _parent.maxmag);
this._alpha = _parent.szinek[al];
this._xscale = sx;
this._yscale = sy;
}
}
Instance of Symbol 47 MovieClip "c" in Symbol 48 MovieClip Frame 1
onClipEvent (load) {
maxframe2 = this.c0.c._totalframes;
maxmag = _parent.magnifylimit;
x2 = 0;
y2 = 0;
x1 = random(100) - 50;
y1 = random(80) - 40;
sz = 1;
mag = 100;
i = 1;
fr = 1;
tim = (getTimer() + random(2000)) + 500;
c0.ok = 0;
c0._visible = false;
szinek = _parent.colors;
}
onClipEvent (enterFrame) {
if (i < 25) {
duplicateMovieClip ("c0", "c" + i, i);
this["c" + i]._visible = true;
this["c" + i]._alpha = 10;
this["c" + i].ok = i;
this["c" + i].nov = 20;
this["c" + i].sx = 100;
this["c" + i].sy = 100;
this["c" + i].c.gotoAndStop(fr);
i++;
}
fr++;
if (maxframe2 < fr) {
fr = 1;
}
if (tim < getTimer()) {
x2 = (random(100) - 50) * 2;
y2 = (random(80) - 40) * 2;
tim = (getTimer() + random(2000)) + 500;
}
x1 = x1 - ((x1 - x2) * 0.5);
y1 = y1 - ((y1 - y2) * 0.5);
}
Symbol 51 MovieClip Frame 20
stop();
Symbol 52 MovieClip Frame 1
max = int(h / 50) - 1;
i = 0;
Symbol 52 MovieClip Frame 2
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._y = i * 50;
this["v" + i].gotoAndPlay(1);
i++;
Symbol 52 MovieClip Frame 3
if (i < max) {
this.gotoAndPlay(this._currentFrame - 1);
} else {
this.gotoAndPlay(this._currentFrame + 1);
}
Symbol 52 MovieClip Frame 4
v0._height = h;
i = 1;
while (i < max) {
removeMovieClip("v" + i);
i++;
}
stop();
Instance of Symbol 93 MovieClip "r" in Symbol 94 MovieClip Frame 1
onClipEvent (load) {
o = 1;
}
onClipEvent (enterFrame) {
if (o) {
if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
o = 0;
}
} else if (1 < this._currentFrame) {
this.prevFrame();
} else {
o = 1;
}
}
Symbol 119 MovieClip Frame 1
scx = 100;
shift = 0;
Symbol 119 MovieClip Frame 2
if (shift == 0) {
scx = scx - const;
if (const >= scx) {
shift = 1;
}
setProperty("m1", _rotation , 0);
} else {
scx = scx + const;
if (scx >= (100 - const)) {
shift = 0;
}
setProperty("m1", _rotation , 180);
}
setProperty("m1", _xscale , scx);
Symbol 119 MovieClip Frame 3
gotoAndPlay (2);
Symbol 140 MovieClip Frame 1
max = 4;
rndrot = new Array(max);
rtt = new Array(max);
shift = new Array(max);
rndsca = new Array(max);
sp.duplicateMovieClip("sptext", max);
i = 0;
while (i < max) {
ml.duplicateMovieClip("ml" + i, i);
mr.duplicateMovieClip("mr" + i, (max + i) + 1);
i++;
}
i = 0;
while (i < max) {
rndsca[i] = (Math.random() * 10) + 2;
rndrot[i] = (Math.random() * 20) + 5;
Set(("ml" + i) + ".const", rndsca[i]);
Set(("mr" + i) + ".const", rndsca[i]);
rtt[i] = 0;
shift[i] = Math.random() * 2;
setProperty("mr" + i, _rotation , -180);
i++;
}
setProperty("ml", _visible , false);
setProperty("mr", _visible , false);
setProperty("sp", _visible , false);
Symbol 140 MovieClip Frame 2
i = 0;
while (i < max) {
if (shift[i] == 0) {
rtt[i] = rtt[i] + rndrot[i];
if (rtt[i] >= (360 - rndrot[i])) {
rtt[i] = 0;
}
} else {
rtt[i] = rtt[i] - rndrot[i];
if (rndrot[i] >= rtt[i]) {
rtt[i] = 360;
}
}
setProperty("ml" + i, _rotation , rtt[i]);
setProperty("mr" + i, _rotation , rtt[i] - 180);
i++;
}
Symbol 140 MovieClip Frame 3
gotoAndPlay (2);
Symbol 149 MovieClip Frame 1
txt = txt + random(10);
Symbol 153 MovieClip Frame 1
function rnd() {
x = int(random(w));
y = int(random(h));
}
i = 0;
while (i < max) {
if (i) {
duplicateMovieClip ("h0", "h" + i, i);
}
this["h" + i].wait = i;
this["h" + i]._alpha = 100 - ((60 * i) / max);
i++;
}
s = 0;
Symbol 153 MovieClip Frame 2
h0._x = ((Math.sin(s) * 200) * Math.cos(s * 2)) + (w / 2);
h0._y = ((Math.cos(s) * 100) * Math.sin(s / 2)) + (h / 2);
h0._rotation = Math.cos(s) * 100;
i = 1;
while (i < max) {
this["h" + i]._x = this["h" + i]._x + ((this["h" + (i - 1)]._x - this["h" + i]._x) * fr);
this["h" + i]._y = this["h" + i]._y + ((this["h" + (i - 1)]._y - this["h" + i]._y) * fr);
this["h" + i]._rotation = this["h" + (i - 1)]._rotation;
i++;
}
s = s + 0.1;
if (6.28 < s) {
s = 0;
}
Symbol 153 MovieClip Frame 3
gotoAndPlay (2);
Symbol 170 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 1
stop();
Instance of Symbol 93 MovieClip "r" in Symbol 172 MovieClip Frame 1
onClipEvent (load) {
o = 1;
}
onClipEvent (enterFrame) {
if (o) {
if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
o = 0;
}
} else if (1 < this._currentFrame) {
this.prevFrame();
} else {
o = 1;
}
}
Instance of Symbol 192 MovieClip "n0" in Symbol 193 MovieClip Frame 1
onClipEvent (load) {
if (this._name eq "n0") {
i = 1;
while (i < _parent.max) {
this.duplicateMovieClip("n" + i, i);
this["n" + i].gotoAndPlay(int(random(this._totalFrames)) + 1);
i++;
}
}
this.gotoAndPlay(int(random(this._totalFrames)) + 1);
}
onClipEvent (enterFrame) {
if (1 < random(2)) {
this.nextFrame();
this.play();
}
}
Symbol 210 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 10
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 1
stop();
Symbol 247 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 1
i = 0;
scaledist = scalemax - scalemin;
Symbol 269 MovieClip Frame 2
if (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._xscale = scalemax - ((i / max) * scaledist);
this["v" + i]._yscale = this["v" + i]._xscale;
this["v" + i]._alpha = 80 - ((i * 70) / max);
i++;
}
Symbol 269 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 272 MovieClip Frame 1
i = 0;
scaledist = scalemax - scalemin;
Symbol 272 MovieClip Frame 2
if (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._xscale = scalemax - ((i / max) * scaledist);
this["v" + i]._yscale = this["v" + i]._xscale;
this["v" + i]._alpha = 80 - ((i * 70) / max);
i++;
}
Symbol 272 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 275 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 1
stop();
Symbol 348 MovieClip Frame 30
gotoAndPlay (1);
Symbol 350 MovieClip Frame 1
stop();
Symbol 386 MovieClip Frame 1
i = 0;
scaledist = scalemax - scalemin;
Symbol 386 MovieClip Frame 2
if (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._xscale = scalemax - ((i / max) * scaledist);
this["v" + i]._yscale = this["v" + i]._xscale;
this["v" + i]._alpha = 80 - ((i * 70) / max);
i++;
}
Symbol 386 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 433 MovieClip Frame 134
stop();
Symbol 436 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 1
max = 10;
w = 640;
h = 480;
i = 0;
while (i < max) {
if (i) {
duplicateMovieClip ("s0", "s" + i, i);
}
this["s" + i]._x = random(w) - (w / 2);
this["s" + i]._y = (-h) - 50;
cc = random(20) + 10;
this["s" + i].move = cc;
this["s" + i]._xscale = cc * 2;
this["s" + i]._yscale = cc * 2;
this["s" + i].gotoAndStop(int(random(this["s" + i]._totalFrames) + 1));
this["s" + i].wait = i * 2;
i++;
}
stop();
Instance of Symbol 436 MovieClip "s0" in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) {
if (wait) {
wait--;
} else if (_y < _parent.h) {
_y = (_y + move);
_rotation = (_rotation + 2);
} else {
this._x = random(_parent.w) - (_parent.w / 2);
this._y = (-_parent.h) - 50;
cc = random(20) + 10;
this.move = cc;
this._xscale = cc * 2;
this._yscale = cc * 2;
this.gotoAndStop(int(random(this._totalFrames) + 1));
}
}
Symbol 444 MovieClip Frame 1
tim = (getTimer() + random(maxtime * 1000)) + (mintime * 1000);
Symbol 444 MovieClip Frame 3
if (getTimer() < tim) {
gotoAndPlay(this._currentFrame - 1);
} else {
gotoAndPlay(this._currentFrame + 1);
}
Symbol 624 MovieClip Frame 1
i = 0;
scaledist = scalemax - scalemin;
Symbol 624 MovieClip Frame 2
if (i == 0) {
v0.gotoAndPlay(1);
}
if (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._xscale = scalemax - ((i / max) * scaledist);
this["v" + i]._yscale = this["v" + i]._xscale;
this["v" + i]._alpha = 90 - ((i * 80) / max);
i++;
}
Symbol 624 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 628 MovieClip Frame 1
stop();
Symbol 636 MovieClip Frame 1
stop();
Symbol 637 MovieClip Frame 1
stop();
Symbol 638 MovieClip Frame 1
stop();
Symbol 639 MovieClip Frame 1
stop();
Symbol 640 MovieClip Frame 1
stop();
Symbol 645 MovieClip Frame 1
max = 5;
i = 0;
while (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._x = Math.sin((57.3248407643312 / max) * i) * 100;
this["v" + i]._y = Math.cos((57.3248407643312 / max) * i) * 100;
i++;
}
stop();
Instance of Symbol 644 MovieClip "v0" in Symbol 645 MovieClip Frame 1
onClipEvent (load) {
rr = int(random(256));
gg = int(random(256));
bb = int(random(256));
r = rr;
g = gg;
b = bb;
fr = 0.2;
myColor = new Color(this);
enable = 1;
}
onClipEvent (enterFrame) {
if (enable) {
if (Math.abs(r - rr) < 5) {
rr = int(random(200));
}
if (Math.abs(g - gg) < 5) {
gg = int(random(200));
}
if (Math.abs(b - bb) < 5) {
bb = int(random(200));
}
r = r + Math.round((rr - r) * fr);
g = g + Math.round((gg - g) * fr);
b = b + Math.round((bb - b) * fr);
myColor.setRGB(((r * 65536) + (g * 256)) + b);
}
_rotation = (_rotation - 5);
}
Symbol 649 MovieClip Frame 10
stop();
Symbol 654 MovieClip Frame 1
_rotation = random(360);
Symbol 655 MovieClip Frame 1
_rotation = random(360);
Symbol 656 MovieClip Frame 1
i = 0;
while (i < max) {
if (i) {
duplicateMovieClip ("s0", "s" + i, i);
}
this["s" + i]._rotation = random(360);
this["s" + i].gotoAndPlay(random(s0._totalFrames));
if (i) {
duplicateMovieClip ("ss0", "ss" + i, i + max);
}
this["ss" + i]._rotation = random(360);
this["ss" + i].gotoAndPlay(random(ss0._totalFrames));
i++;
}
stop();
Instance of Symbol 93 MovieClip "r" in Symbol 657 MovieClip Frame 1
onClipEvent (load) {
o = 1;
}
onClipEvent (enterFrame) {
if (o) {
if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
o = 0;
}
} else if (1 < this._currentFrame) {
this.prevFrame();
} else {
o = 1;
}
}
Symbol 658 MovieClip Frame 10
stop();
Symbol 682 MovieClip Frame 1
r = 360 / max;
i = 0;
while (i < max) {
if (i) {
duplicateMovieClip ("d0", "d" + i, i);
}
this["d" + i]._rotation = i * r;
i++;
}
stop();
Instance of Symbol 93 MovieClip "r" in Symbol 706 MovieClip Frame 1
onClipEvent (load) {
o = 1;
}
onClipEvent (enterFrame) {
if (o) {
if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
o = 0;
}
} else if (1 < this._currentFrame) {
this.prevFrame();
} else {
o = 1;
}
}
Symbol 710 MovieClip Frame 1
i = 0;
while (i < max) {
if (i) {
duplicateMovieClip ("a0", "a" + i, i);
}
this["a" + i].gotoAndPlay(int(random(a0._totalFrames)));
i++;
}
stop();
Instance of Symbol 709 MovieClip "a0" in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
sp = 8;
fr = 0.5;
x = random(_parent.distx) - (_parent.distx / 2);
y = random(_parent.disty / 2) - (_parent.disty / 2);
}
onClipEvent (enterFrame) {
if ((Math.abs(_x - x) < 1) && (Math.abs(_y - y) < 1)) {
x = random(_parent.distx) - (_parent.distx / 2);
y = random(_parent.disty / 2) - (_parent.disty / 2);
}
xd = x - _x;
xrate = (xrate + (xd / sp)) * fr;
_x = (_x + xrate);
yd = y - _y;
yrate = (yrate + (yd / sp)) * fr;
_y = (_y + yrate);
if (1 < random(2)) {
this.gotoAndPlay(_currentframe - 1);
}
}
Symbol 730 MovieClip Frame 1
i = 0;
scaledist = scalemax - scalemin;
Symbol 730 MovieClip Frame 2
if (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._xscale = scalemax - ((i / max) * scaledist);
this["v" + i]._yscale = this["v" + i]._xscale;
this["v" + i]._alpha = 80 - ((i * 70) / max);
i++;
}
Symbol 730 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 731 MovieClip Frame 1
i = 0;
scaledist = scalemax - scalemin;
Symbol 731 MovieClip Frame 2
if (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._xscale = scalemax - ((i / max) * scaledist);
this["v" + i]._yscale = this["v" + i]._xscale;
this["v" + i]._alpha = 80 - ((i * 70) / max);
i++;
}
Symbol 731 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 732 MovieClip Frame 1
i = 0;
scaledist = scalemax - scalemin;
Symbol 732 MovieClip Frame 2
if (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._xscale = scalemax - ((i / max) * scaledist);
this["v" + i]._yscale = this["v" + i]._xscale;
this["v" + i]._alpha = 80 - ((i * 70) / max);
i++;
}
Symbol 732 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 750 MovieClip Frame 1
stop();
Instance of Symbol 750 MovieClip "g" in Symbol 751 MovieClip Frame 1
onClipEvent (load) {
mod = 1;
}
onClipEvent (enterFrame) {
if (mod) {
if (this._currentFrame < this._totalFrames) {
this.nextFrame();
} else {
mod = 0;
}
} else if (1 < this._currentFrame) {
this.prevFrame();
} else {
mod = 1;
}
}
Symbol 756 MovieClip Frame 1
i = 0;
scaledist = scalemax - scalemin;
Symbol 756 MovieClip Frame 2
if (i == 0) {
v0.gotoAndPlay(1);
}
if (i < max) {
if (i) {
duplicateMovieClip ("v0", "v" + i, i);
}
this["v" + i]._xscale = scalemax - ((i / max) * scaledist);
this["v" + i]._yscale = this["v" + i]._xscale;
this["v" + i]._alpha = 90 - ((i * 80) / max);
i++;
}
Symbol 756 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 828 MovieClip Frame 13
gotoAndPlay (8);
Symbol 857 MovieClip Frame 1
tim = (getTimer() + random(maxtime * 1000)) + (mintime * 1000);
Symbol 857 MovieClip Frame 3
if (getTimer() < tim) {
gotoAndPlay(this._currentFrame - 1);
} else {
gotoAndPlay(this._currentFrame + 1);
}
Symbol 866 MovieClip Frame 1
_rotation = 0;
mod = 0;
stop();
Symbol 866 MovieClip Frame 11
_rotation = r;
Symbol 866 MovieClip Frame 49
_rotation = 0;
mod = 1;
stop();
Symbol 866 MovieClip Frame 50
wait2 = wait;
_rotation = r;
stop();
Symbol 867 MovieClip Frame 1
n = 0;
b0._width = _parent[object]._width / xmax;
b0._height = _parent[object]._height / ymax;
x = 0;
while (x < xmax) {
y = 0;
while (y < ymax) {
if (n) {
duplicateMovieClip ("b0", "b" + n, n);
}
this["b" + n]._x = this["b" + n]._x + (b0._width * x);
this["b" + n]._y = this["b" + n]._y + (b0._height * y);
this["b" + n].wait = (x + y) + random(10);
this["b" + n].wait2 = this["b" + n].wait;
this["b" + n].num = n;
this["b" + n].r = int(random(361));
n++;
y++;
}
x++;
}
stop();
Instance of Symbol 866 MovieClip "b0" in Symbol 867 MovieClip Frame 1
onClipEvent (enterFrame) {
if (mod == 0) {
if (wait2) {
wait2--;
} else {
this.play();
mod = 1;
}
}
if (mod == 1) {
if (parent._mod == 1) {
mod = 0;
}
_x = (_x + (_root.sn[r] * n));
_y = (_y + (_root.cs[r] * n));
n = n + _parent.spread;
}
}
Symbol 870 MovieClip Frame 1
function rnd() {
x = int(random(w));
y = int(random(h));
}
i = 0;
while (i < max) {
if (i) {
duplicateMovieClip ("h0", "h" + i, i);
}
this["h" + i].wait = i;
this["h" + i]._alpha = 100 - ((60 * i) / max);
i++;
}
s = 0;
Symbol 870 MovieClip Frame 2
h0._x = ((Math.sin(s) * 200) * Math.cos(s * 2)) + (w / 2);
h0._y = ((Math.cos(s) * 100) * Math.sin(s / 2)) + (h / 2);
h0._rotation = Math.cos(s) * 100;
i = 1;
while (i < max) {
this["h" + i]._x = this["h" + i]._x + ((this["h" + (i - 1)]._x - this["h" + i]._x) * fr);
this["h" + i]._y = this["h" + i]._y + ((this["h" + (i - 1)]._y - this["h" + i]._y) * fr);
this["h" + i]._rotation = this["h" + (i - 1)]._rotation;
i++;
}
s = s + 0.1;
if (6.28 < s) {
s = 0;
}
Symbol 870 MovieClip Frame 3
gotoAndPlay (2);
Symbol 891 MovieClip Frame 1
max = 10;
w = 640;
h = 480;
i = 0;
while (i < max) {
if (i) {
duplicateMovieClip ("s0", "s" + i, i);
}
this["s" + i]._x = random(w) - (w / 2);
this["s" + i]._y = h + 50;
cc = random(20) + 10;
this["s" + i].move = cc;
this["s" + i]._xscale = cc * 2;
this["s" + i]._yscale = cc * 2;
this["s" + i].gotoAndPlay(int(random(this["s" + i]._totalFrames) + 1));
this["s" + i].wait = i * 2;
i++;
}
stop();
Instance of Symbol 890 MovieClip "s0" in Symbol 891 MovieClip Frame 1
onClipEvent (enterFrame) {
if (wait) {
wait--;
} else if (-50 < _y) {
_y = (_y - move);
_rotation = (_rotation + 2);
} else {
this._x = random(_parent.w) - (_parent.w / 2);
this._y = _parent.h + 50;
cc = random(20) + 10;
this.move = cc;
this._xscale = cc * 2;
this._yscale = cc * 2;
this.gotoAndPlay(int(random(this._totalFrames) + 1));
}
}
Symbol 896 MovieClip Frame 1
max = 4;
rndrot = new Array(max);
rtt = new Array(max);
shift = new Array(max);
rndsca = new Array(max);
sp.duplicateMovieClip("sptext", max);
i = 0;
while (i < max) {
ml.duplicateMovieClip("ml" + i, i);
mr.duplicateMovieClip("mr" + i, (max + i) + 1);
i++;
}
i = 0;
while (i < max) {
rndsca[i] = (Math.random() * 10) + 2;
rndrot[i] = (Math.random() * 20) + 5;
Set(("ml" + i) + ".const", rndsca[i]);
Set(("mr" + i) + ".const", rndsca[i]);
rtt[i] = 0;
shift[i] = Math.random() * 2;
setProperty("mr" + i, _rotation , -180);
i++;
}
setProperty("ml", _visible , false);
setProperty("mr", _visible , false);
setProperty("sp", _visible , false);
Symbol 896 MovieClip Frame 2
i = 0;
while (i < max) {
if (shift[i] == 0) {
rtt[i] = rtt[i] + rndrot[i];
if (rtt[i] >= (360 - rndrot[i])) {
rtt[i] = 0;
}
} else {
rtt[i] = rtt[i] - rndrot[i];
if (rndrot[i] >= rtt[i]) {
rtt[i] = 360;
}
}
setProperty("ml" + i, _rotation , rtt[i]);
setProperty("mr" + i, _rotation , rtt[i] - 180);
i++;
}
Symbol 896 MovieClip Frame 3
gotoAndPlay (2);
Symbol 908 MovieClip Frame 1
max = 4;
rndrot = new Array(max);
rtt = new Array(max);
shift = new Array(max);
rndsca = new Array(max);
sp.duplicateMovieClip("sptext", max);
i = 0;
while (i < max) {
ml.duplicateMovieClip("ml" + i, i);
mr.duplicateMovieClip("mr" + i, (max + i) + 1);
i++;
}
i = 0;
while (i < max) {
rndsca[i] = (Math.random() * 10) + 2;
rndrot[i] = (Math.random() * 20) + 5;
Set(("ml" + i) + ".const", rndsca[i]);
Set(("mr" + i) + ".const", rndsca[i]);
rtt[i] = 0;
shift[i] = Math.random() * 2;
setProperty("mr" + i, _rotation , -180);
i++;
}
setProperty("ml", _visible , false);
setProperty("mr", _visible , false);
setProperty("sp", _visible , false);
Symbol 908 MovieClip Frame 2
i = 0;
while (i < max) {
if (shift[i] == 0) {
rtt[i] = rtt[i] + rndrot[i];
if (rtt[i] >= (360 - rndrot[i])) {
rtt[i] = 0;
}
} else {
rtt[i] = rtt[i] - rndrot[i];
if (rndrot[i] >= rtt[i]) {
rtt[i] = 360;
}
}
setProperty("ml" + i, _rotation , rtt[i]);
setProperty("mr" + i, _rotation , rtt[i] - 180);
i++;
}
Symbol 908 MovieClip Frame 3
gotoAndPlay (2);
Symbol 919 MovieClip Frame 13
gotoAndPlay (8);
Symbol 920 MovieClip Frame 10
stop();
Symbol 968 Button
on (release) {
play();
}
Symbol 969 MovieClip Frame 1
db = txt.length;
r = radius;
cc = 3.14 * r;
oxscale = szov0._xscale;
oyscale = szov0._yscale;
orotation = szov0._rotation;
ox = szov0._x;
oy = szov0._y;
max = length(txt);
i = 0;
while (i < max) {
if (i) {
szov0.duplicateMovieClip("szov" + i, i);
tmp = txt.charCodeAt(i - 1);
tav = _root.k_a[tmp];
if (0 >= tav) {
tav = _root.k_a[65];
}
kern = 3;
}
this["szov" + i].wait = i * wait;
this["szov" + i].wait2 = i * wait;
this["szov" + i].szoveg = txt.charAt(i);
this["szov" + i].gotoAndPlay(2);
tv = tv + int((((tav / 2) + kern) * 180) / cc);
this["szov" + i]._y = _root.sn[tv] * r;
this["szov" + i]._x = _root.cs[tv] * r;
this["szov" + i].rotation = tv - 90;
i++;
}
teljeshossz = eval ("szov" + i)._x - szov1._x;
stop();
Instance of Symbol 16 MovieClip "szov0" in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
sp = _parent.speed;
fr = _parent.friction;
x = 100;
scale = _parent.scale;
go = 0;
_alpha = 0;
}
onClipEvent (enterFrame) {
if (go) {
xd = x - scale;
xrate = (xrate + (xd * fr)) * sp;
scale = scale + xrate;
_xscale = scale;
_yscale = scale;
a = _parent.scale - scale;
_alpha = a;
}
}
Symbol 969 MovieClip Frame 8
function clear() {
i = 2;
while (length(txt) >= i) {
removeMovieClip("szov" + i);
i++;
}
}
db = length(txt);
kern = new Array();
kern[5] = "liíj";
kern[6] = "";
kern[7] = "f";
kern[8] = "t";
kern[9] = "rIÍJ";
kern[10] = " aá";
kern[11] = "ceéghkqoóöõsuúüûv";
kern[12] = "bdFLnpxyz0123456789";
kern[13] = "EÉPT";
kern[14] = "AÁBKYZ";
kern[15] = "CDGHNOÓÖÕQRSUÚÜÛVX=*+-";
kern[16] = "Mw";
kern[18] = "m";
kern[20] = "W./";
szorzo = 1;
oldxscale = szov1._xscale;
oldyscale = szov1._yscale;
oldrotation = szov1._rotation;
oldx = szov1._x;
oldy = szov1._y;
fazis = 0;
szov1.szoveg = substring(txt, 1, 1);
szov1.kesz = 0;
szov1.time = 1;
szov1.slowing = 1;
szov1.slow = szov1.slowing;
this.clear();
i = 2;
while (length(txt) >= i) {
szov1.duplicateMovieClip("szov" + i, i);
eval ("szov" + i).kesz = 0;
eval ("szov" + i).time = 1;
eval ("szov" + i).slowing = i;
eval ("szov" + i).szoveg = substring(txt, i, 1);
elbt = substring(txt, i - 1, 1);
plus = 0;
j = 1;
while (25 >= j) {
k = 1;
while (length(kern[j]) >= k) {
if (elbt eq (substring(kern[j], k, 1))) {
plus = j * szorzo;
}
k++;
}
j++;
}
if (plus == 0) {
plus = 12 * szorzo;
}
eval ("szov" + i)._x = eval ("szov" + (i - 1))._x + plus;
i++;
}