[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 (222 B)
_root.bytesLoaded = _root.getBytesLoaded();
_root.bytesTotal = _root.getBytesTotal();
_root.percentLoaded = Math.round(100 * (_root.bytesLoaded / _root.bytesTotal));
_root.percentLoadedText = _root.percentLoaded + "%";
Frame 2 (80 B)
if (_root.percentLoaded == 100) {
_root.Play;
} else {
gotoAndPlay (1);
}
Frame 3 (8 B)
stop();
Frame 2392 (8 B)
stop();
Symbol 30 Button (66 B)
on (release) {
getURL ("http://www.gamecubicle.net", "_blank");
}
Symbol 34 Button (25 B)
on (release) {
play();
}
Symbol 41 Button (34 B)
on (release) {
gotoAndPlay (3);
}