Frame 1 (8 B)
stop();
Instance of Symbol 40 MovieClip in Frame 1 (226 B)
onClipEvent (enterFrame) {
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
_root.gotoAndPlay(2);
} else {
this.gotoAndStop(Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * this._totalframes));
}
}
Frame 3 (17 B)
stopAllSounds();
Frame 4 (86 B)
mysound = new Sound(this);
mysound.attachSound("m\u00FCzik");
mysound.start(0, 50);
Frame 70 (8 B)
stop();
Symbol 30 MovieClip Frame 14 (8 B)
stop();
Instance of Symbol 91 MovieClip "icon" in Symbol 92 MovieClip Frame 1 (42 B)
onClipEvent (load) {
this._visible = 0;
}
Symbol 92 MovieClip Frame 2 (1.5 KiB) ●
counter++;
dot._visible = 0;
if ((maxdot > 0) & (state == true)) {
dot.duplicateMovieClip("dot" + counter, counter);
}
this["dot" + counter].gotoAndStop(shape);
this["dot" + counter].speedx = (random(speed * 10) / 10) - (random(speed * 10) / 10);
this["dot" + counter].speedy = (random(speed * 10) / 10) - (random(speed * 10) / 10);
i = counter;
while (i > (counter - maxdot)) {
this["dot" + i]._x = ((this["dot" + i]._x + this["dot" + i].speedx) + (Math.cos((counter + i) / frequency) * amplitude)) + (forcex / friction);
this["dot" + i]._y = ((this["dot" + i]._y + this["dot" + i].speedy) + (Math.sin((counter + i) / frequency) * amplitude)) + (forcey / friction);
this["dot" + i].speedx = this["dot" + i].speedx / friction;
this["dot" + i].speedy = this["dot" + i].speedy / friction;
if (fxscale == true) {
this["dot" + i]._xscale = ((maxdot - (counter - i)) * (100 / maxdot)) * scale;
this["dot" + i]._yscale = ((maxdot - (counter - i)) * (100 / maxdot)) * scale;
} else {
this["dot" + i]._xscale = 100 * scale;
this["dot" + i]._yscale = 100 * scale;
}
if (fxfade == true) {
this["dot" + i]._alpha = (maxdot - (counter - i)) * (100 / maxdot);
} else {
this["dot" + i]._alpha = 100;
}
i--;
}
if (counter >= maxdot) {
this["dot" + (counter - maxdot)].removeMovieClip();
}
maxdotdif = maxdot - maxdot0;
if (maxdotdif < 0) {
i = counter - maxdot;
while (i >= ((counter - maxdot0) - 1)) {
this["dot" + i].removeMovieClip();
i--;
}
}
maxdot0 = maxdot;
Symbol 92 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Instance of Symbol 92 MovieClip "dotmov" in Symbol 94 MovieClip Frame 1 (224 B)
//component parameters
onClipEvent (initialize) {
maxdot = 24;
state = true;
frequency = 7;
amp = 5;
scale = 6;
fxscale = true;
fxfade = true;
speed = 5;
forcex = 0;
forcey = -14;
shape = "round";
friction = 2;
}
Instance of Symbol 92 MovieClip "dotmov" in Symbol 94 MovieClip Frame 1 (224 B)
//component parameters
onClipEvent (initialize) {
maxdot = 24;
state = true;
frequency = 7;
amp = 5;
scale = 6;
fxscale = true;
fxfade = true;
speed = 5;
forcex = 0;
forcey = -14;
shape = "round";
friction = 2;
}
Instance of Symbol 92 MovieClip "dotmov" in Symbol 94 MovieClip Frame 1 (224 B)
//component parameters
onClipEvent (initialize) {
maxdot = 24;
state = true;
frequency = 7;
amp = 5;
scale = 6;
fxscale = true;
fxfade = true;
speed = 5;
forcex = 0;
forcey = -14;
shape = "round";
friction = 2;
}
Instance of Symbol 92 MovieClip "dotmov" in Symbol 94 MovieClip Frame 1 (224 B)
//component parameters
onClipEvent (initialize) {
maxdot = 24;
state = true;
frequency = 7;
amp = 5;
scale = 6;
fxscale = true;
fxfade = true;
speed = 5;
forcex = 0;
forcey = -14;
shape = "round";
friction = 2;
}
Symbol 99 Button (58 B)
on (release) {
getURL ("http://www.flashfunpages.com");
}
Symbol 114 Button (34 B)
on (release) {
gotoAndPlay (3);
}
Symbol 120 Button (57 B)
on (release) {
getURL ("http://www.laughnetwork.com");
}