[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 (828 B)
movieClip 2 {
}
movieClip 6 {
}
movieClip 7 {
}
movieClip 10 {
}
movieClip 14 {
}
movieClip 17 {
}
movieClip 18 {
}
movieClip 20 {
}
movieClip 21 {
}
movieClip 22 {
}
button 25 {
on (release) {
getURL('http://sound-o-vision.newgrounds.com', '_blank');
}
}
movieClip 28 {
}
movieClip 33 {
}
movieClip 34 {
}
movieClip 37 {
}
movieClip 38 {
}
movieClip 40 {
}
button 41 {
on (release) {
getURL('http://www.newgrounds.com', '_blank');
}
}
movieClip 44 {
}
button 50 {
on (release) {
_root.play();
}
}
movieClip 52 {
frame 1 {
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop('loaded');
}
}
frame 2 {
gotoAndPlay(1);
}
}