Frame 1 (50 B)
var x;
var y;
y = 299;
x = 0;
bar._width = 0;
Frame 2 (245 B)
x = String(Math.round((100 * _root.getBytesLoaded()) / _root.getBytesTotal())) + "%";
ifFrameLoaded (15) {
gotoAndPlay (5);
}
if (bar._width < 358) {
bar._width = Math.round((358 * _root.getBytesLoaded()) / _root.getBytesTotal());
}
Frame 3 (17 B)
gotoAndPlay (2);
Frame 7 (17 B)
gotoAndPlay (5);
Frame 10 (76 B)
snd = new Sound();
snd.attachSound("gop-gop m.wav");
snd.start(0, 99999);
Frame 15 (18 B)
gotoAndPlay (11);
Symbol 13 Button (64 B)
on (release) {
getURL ("http://chipigik.weles.ru", "_blank");
}
Symbol 14 Button (59 B)
on (release) {
getURL ("mailto:weles@mail.ru", "_self");
}
Symbol 17 Button (96 B)
on (release) {
this._quality = "high";
fscommand ("allowscale", "false");
gotoAndPlay (10);
}
Symbol 18 Button (59 B)
on (release) {
this._quality = "low";
gotoAndPlay (10);
}
Symbol 88 Button (47 B)
on (release) {
snd.stop();
gotoAndPlay (5);
}