[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 (17 B)
stopAllSounds();
Instance of Symbol 13 MovieClip "barra" in Frame 1 (475 B)
onClipEvent (load) {
total = "_root.getBytesTotal ();";
}
onClipEvent (enterFrame) {
baixado = _root.getBytesLoaded() + "bytes";
restam = (total - baixado) + "bytes";
porcentagem = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
ComandaBarra = int(porcentagem * 10);
strporcentagem = (substring(porcentagem, 1, 5)) + " % ";
with (_root.barra) {
gotoAndStop(ComandaBarra);
}
if (porcentagem == 100) {
tellTarget ("_parent") {
gotoAndPlay (1);
};
}
}
Frame 2 (26 B)
stop();
stopAllSounds();
Frame 150 (37 B)
gotoAndPlay (151);
stopAllSounds();
Frame 151 (17 B)
stopAllSounds();
Frame 2305 (17 B)
gotoAndStop (2);
Symbol 32 MovieClip Frame 12 (8 B)
stop();
Symbol 35 Button (69 B)
on (press) {
getURL ("http://www.flashfactory.com.br/", "_blank");
}
Symbol 57 Button (34 B)
on (release) {
gotoAndPlay (3);
}