[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 (8 B)
stop();
Instance of Symbol 2 MovieClip in Frame 1 (338 B)
onClipEvent (enterFrame) {
var bytesTotal = _root.getBytesTotal();
var bytesLoaded = _root.getBytesLoaded();
var percentLoaded = int((bytesLoaded / bytesTotal) * 100);
_root.percentLoadedText.text = ("(" + percentLoaded) + "%)";
_root.loadBar.gotoAndPlay(percentLoaded);
if (bytesTotal == bytesLoaded) {
_root.gotoAndPlay(2);
}
}
Frame 1236 (8 B)
stop();
Symbol 8 Button (25 B)
on (release) {
stop();
}
Symbol 10 Button (25 B)
on (release) {
play();
}
Symbol 12 Button (63 B)
on (press) {
getURL ("http://www.xgenstudios.com/", "_new");
}
Symbol 17 Button (32 B)
on (press) {
gotoAndPlay (2);
}