[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 (220 B)
LOADED = Math.round(getBytesLoaded());
TOTAL = Math.round(getBytesTotal());
PERCENT = LOADED / TOTAL;
BAR._width = PERCENT * 150;
TEXT = Math.round(PERCENT * 100) + "%";
if (LOADED == TOTAL) {
gotoAndPlay (3);
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 1093 (1 B)
Frame 1130 (8 B)
stop();
Symbol 20 Button (74 B)
on (release) {
getURL ("https://jenyusuf.wixsite.com/home/", "_blank");
}
Symbol 103 Button (34 B)
on (release) {
gotoAndPlay (3);
}