[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 (8 B)
stop();
Frame 1038 (8 B)
stop();
Symbol 15 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 18 MovieClip Frame 1 (484 B)
perc = Math.round((_parent.getBytesLoaded() / _parent.getBytesTotal()) * 100);
xperc = perc / 100;
barlength = 200;
if ((perc == 100) and (bar._width == barlength)) {
_parent.gotoAndPlay(2);
} else {
nperc = perc + "%";
bar._width = barlength * xperc;
bar._x = -100 + (bar._width / 2);
}
if ((perc == 100) and (bar._width == barlength)) {
_parent.gotoAndPlay(2);
} else {
nperc = perc + "%";
bar._width = barlength * xperc;
bar._x = -100 + (bar._width / 2);
}
Symbol 106 Button (34 B)
on (release) {
gotoAndPlay (1);
}