[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 1 (80 B)
total = _root.getBytesTotal();
fertig = false;
setProperty("p", _xscale , 0);
Frame 2 (124 B)
loaded = _root.getBytesLoaded();
proc = Math.round((loaded * 100) / total);
lo = proc;
setProperty("p", _xscale , proc);
Frame 4 (77 B)
if (proc == 100) {
gotoAndPlay ("anfang");
} else {
gotoAndPlay (2);
}
Frame 7 (8 B)
stop();
Frame 868 (8 B)
stop();
Symbol 17 Button (43 B)
on (release) {
_root.gotoAndPlay("sta");
}
Symbol 112 Button (93 B)
on (release) {
getURL ("http://www.alawar.ru/game/masyanas-in-africa/konkurs/", "_blank");
}