[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 2 (299 B)
loadedBytes = _root.getBytesLoaded();
totalBytes = _root.getBytesTotal();
if (loadedBytes < totalBytes) {
progress = int((loadedBytes / totalBytes) * 100);
if (oldProgress != progress) {
kamni.gotoAndPlay(1);
oldProgress = progress;
}
gotoAndPlay (1);
} else {
nextFrame();
}
Frame 3 (8 B)
stop();
Frame 4 (19 B)
_quality = "LOW";
Frame 1647 (8 B)
stop();
Symbol 30 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 86 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 90 Button (60 B)
on (release) {
getURL ("http://www.toongu.ru", "_blank");
}
Symbol 94 Button (64 B)
on (release) {
getURL ("http://www.rammstein.com", "_blank");
}