Frame 2 (271 B)
myLoaded = Math.round(getBytesLoaded());
myTotal = Math.round(getBytesTotal());
myPercent = myLoaded / myTotal;
myBar._width = myPercent * 225;
myText = Math.round(myPercent * 100) + "%";
if (myLoaded == myTotal) {
gotoAndStop (3);
} else {
gotoAndPlay (1);
}
Frame 565 (126 B)
myColor = Math.round(Math.random() * 16777215);
myColoredObject = new Color(_root.square);
myColoredObject.setRGB(myColor);
Instance of Symbol 61 MovieClip in Frame 565 (253 B)
onClipEvent (enterFrame) {
if (this._x <= 0) {
this._x = (Math.random() * 100) + 500;
this._y = Math.random() * 400;
this._height = (Math.random() * 5) + 3;
this._width = (Math.random() * 200) + 100;
} else {
this._x = this._x - 100;
}
}
Instance of Symbol 61 MovieClip in Frame 565 (253 B)
onClipEvent (enterFrame) {
if (this._x <= 0) {
this._x = (Math.random() * 100) + 500;
this._y = Math.random() * 400;
this._height = (Math.random() * 5) + 3;
this._width = (Math.random() * 200) + 100;
} else {
this._x = this._x - 100;
}
}
Instance of Symbol 61 MovieClip in Frame 565 (253 B)
onClipEvent (enterFrame) {
if (this._x <= 0) {
this._x = (Math.random() * 100) + 500;
this._y = Math.random() * 400;
this._height = (Math.random() * 5) + 3;
this._width = (Math.random() * 200) + 100;
} else {
this._x = this._x - 100;
}
}
Instance of Symbol 61 MovieClip in Frame 565 (253 B)
onClipEvent (enterFrame) {
if (this._x <= 0) {
this._x = (Math.random() * 100) + 500;
this._y = Math.random() * 400;
this._height = (Math.random() * 5) + 3;
this._width = (Math.random() * 200) + 100;
} else {
this._x = this._x - 100;
}
}
Instance of Symbol 61 MovieClip in Frame 565 (253 B)
onClipEvent (enterFrame) {
if (this._x <= 0) {
this._x = (Math.random() * 100) + 500;
this._y = Math.random() * 400;
this._height = (Math.random() * 5) + 3;
this._width = (Math.random() * 200) + 100;
} else {
this._x = this._x - 100;
}
}
Instance of Symbol 61 MovieClip in Frame 565 (253 B)
onClipEvent (enterFrame) {
if (this._x <= 0) {
this._x = (Math.random() * 100) + 500;
this._y = Math.random() * 400;
this._height = (Math.random() * 5) + 3;
this._width = (Math.random() * 200) + 100;
} else {
this._x = this._x - 100;
}
}
Instance of Symbol 61 MovieClip in Frame 565 (253 B)
onClipEvent (enterFrame) {
if (this._x <= 0) {
this._x = (Math.random() * 100) + 500;
this._y = Math.random() * 400;
this._height = (Math.random() * 5) + 3;
this._width = (Math.random() * 200) + 100;
} else {
this._x = this._x - 100;
}
}
Instance of Symbol 61 MovieClip in Frame 565 (253 B)
onClipEvent (enterFrame) {
if (this._x <= 0) {
this._x = (Math.random() * 100) + 500;
this._y = Math.random() * 400;
this._height = (Math.random() * 5) + 3;
this._width = (Math.random() * 200) + 100;
} else {
this._x = this._x - 100;
}
}
Frame 718 (17 B)
gotoAndPlay (5);
Symbol 11 Button (62 B)
on (release) {
getURL ("http://www.walfas.org/", "_blank");
}
Symbol 22 Button (34 B)
on (release) {
gotoAndPlay (5);
}