[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 (357 B)
stop();
siteURL = "http://www.artecartum.com";
siteURL2 = "http://artecartum.com";
if ((_url.substr(0, siteURL.length) == siteURL) or (_url.substr(0, siteURL2.length) == siteURL2)) {
_root.roubo.gotoAndStop(1);
} else if ((_url.substr(0, siteURL.length) != siteURL) or (_url.substr(0, siteURL2.length) != siteURL2)) {
_root.roubo.gotoAndStop(2);
}
Instance of Symbol 16 MovieClip "barra" in Frame 1 (428 B)
onClipEvent (load) {
total = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
baixado = _root.getBytesLoaded();
porcentagem = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
ComandaBarra = int(porcentagem * 10);
strporcentagem = (substring(porcentagem, 1, 2)) + " % ";
with (_root.barra) {
gotoAndStop(ComandaBarra);
}
if (porcentagem == 100) {
tellTarget ("_parent") {
gotoAndStop ("rodar");
};
}
}
Frame 2 (17 B)
gotoAndStop (1);
Frame 3 (26 B)
stop();
stopAllSounds();
Instance of Symbol 24 MovieClip in Frame 3 (42 B)
onClipEvent (enterFrame) {
this.stop();
}
Instance of Symbol 36 MovieClip in Frame 4 (63 B)
on (release) {
getURL ("http://www.artecartum.com", _blank);
}
Frame 1603 (8 B)
stop();
Symbol 16 MovieClip Frame 1 (8 B)
stop();
Symbol 33 Button (25 B)
on (release) {
play();
}
Symbol 165 Button (63 B)
on (release) {
getURL ("http://www.artecartum.com", _blank);
}
Symbol 168 Button (40 B)
on (release) {
gotoAndStop ("rodar");
}