[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.Combined Code (817 B)
frame 1 {
function preloader() {
if (Math.round((getBytesLoaded() / getBytesTotal()) * 100) >= 99) {
gotoAndStop(2);
clearInterval(myInterval);
}
loader_txt.text = 'Loading...' + Math.round((getBytesLoaded() / getBytesTotal()) * 100) + '%';
loader2_txt.text = getBytesLoaded() / 1000 + ' Kb / ' + getBytesTotal() / 1000 + ' Kb';
}
stop();
myInterval = setInterval(preloader, 10);
}
movieClip 6 {
}
movieClip 10 {
}
movieClip 40 {
}
movieClip 41 {
}
movieClip 44 {
}
movieClip 45 {
}
movieClip 57 {
}
button 58 {
on (release) {
gotoAndPlay('movie');
}
}
movieClip 107 {
}
movieClip 110 {
}
movieClip 287 {
}
frame 740 {
stop();
}
movieClip 427 {
}
movieClip 428 {
}
movieClip 430 {
}
button 431 {
on (release) {
gotoAndPlay('movie');
}
}