[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 (237 B)
totalBytes = Math.round(getBytesTotal() / 1024);
loadedBytes = Math.round(getBytesLoaded() / 1024);
percentDone = Math.round((loadedBytes / totalBytes) * 100);
if (_root._framesloaded >= _root._totalframes) {
gotoAndPlay (3);
}
Instance of Symbol 10 MovieClip in Frame 1 (59 B)
onClipEvent (enterFrame) {
_xscale = _root.percentDone;
}
Frame 2 (17 B)
gotoAndPlay (1);
Frame 8538 (8 B)
stop();
Symbol 187 MovieClip Frame 229 (17 B)
gotoAndPlay (5);
Symbol 188 Button (62 B)
on (release) {
getURL ("http://dookiemoole.com", "_blank");
}
Symbol 192 Button (34 B)
on (release) {
gotoAndPlay (4);
}