[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.Combined Code (648 B)
frame 1 {
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);
}
}
button 8 {
on (press) {
getURL('https://www.patreon.com/posts/17962716', _blank);
}
}
movieClip 10 {
}
movieClip 11 {
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
stop();
}
frame 3 {
}
button 19 {
on (press) {
gotoAndPlay(3);
}
}
frame 4 {
stop();
}
frame 4 {
}
movieClip 22 {
}