[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 (312 B)
bytes_loaded = Math.round(_root.getBytesLoaded());
bytes_total = Math.round(_root.getBytesTotal());
getPercent = bytes_loaded / bytes_total;
_root.loadBar.loadingBA._width = getPercent * 100;
_root.loadText = Math.round(getPercent * 100) + "%";
if (bytes_loaded == bytes_total) {
_root.gotoAndStop(3);
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 3 (8 B)
stop();
Frame 4 (8 B)
stop();
Symbol 8 Button (74 B)
on (press) {
getURL ("https://www.patreon.com/posts/17962716", _blank);
}
Symbol 19 Button (32 B)
on (press) {
gotoAndPlay (3);
}