[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 2 (74 B)
bgm = new Sound(this);
bgm.attachSound("yaketysax");
bgm.start(0, 999);
Frame 142 (17 B)
gotoAndPlay (3);
Symbol 4 MovieClip Frame 1 (16 B)
_parent.stop();
Symbol 4 MovieClip Frame 2 (135 B)
percentRemaining = 100 * (1 - (_parent.getBytesLoaded() / _parent.getBytesTotal()));
Progress = Math.floor(percentRemaining) add "%";
Symbol 4 MovieClip Frame 3 (89 B)
if (percentLoaded < 99) {
gotoAndPlay (2);
} else {
_parent.play();
stop();
}