[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 (76 B)
setProperty("_root.Bar", _yscale , 0);
_level0.load = "Buffering Data...";
Instance of Symbol 1 MovieClip "Size" in Frame 1 (697 B)
onClipEvent (load) {
total = int(_root.getBytesTotal());
}
onClipEvent (enterFrame) {
StatusColor = new Color(_root.Bar);
Loaded = int(_root.getBytesLoaded());
Percent = int((loaded / total) * 100);
if (10 < percent) {
_level0.load = "Constructing World";
}
if (30 < percent) {
_level0.load = "Creating Inhabitants";
}
if (50 < percent) {
_level0.load = "Inserting Personalities";
}
if (70 < percent) {
_level0.load = "Initiating Timeline Seperator";
}
if (90 < percent) {
_level0.load = "Entering World";
}
_root.Percent = Percent + " %";
setProperty("_root.Bar", _yscale , Percent);
if (Percent >= 100) {
tellTarget ("_root") {
play();
};
}
}
Frame 2 (8 B)
stop();
Frame 378 (8 B)
stop();
Frame 379 (19 B)
gotoAndStop (378);
Frame 943 (19 B)
gotoAndPlay (369);
Frame 1268 (21 B)
toggleHighQuality();
Frame 1304 (21 B)
toggleHighQuality();
Frame 1462 (19 B)
gotoAndPlay (369);
Symbol 43 Button (36 B)
on (release) {
gotoAndPlay (380);
}
Symbol 44 Button (36 B)
on (release) {
gotoAndPlay (944);
}
Symbol 91 MovieClip Frame 20 (8 B)
stop();