[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 (12 B)
amount = 1;
Frame 2 (263 B)
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
var perc = ((loaded / total) * 100);
percent = Math.round(perc) + "%";
setProperty("progress", _xscale , perc);
if (loaded == total) {
percent = "BAHAMUT!";
gotoAndPlay ("Done");
}
Frame 3 (22 B)
gotoAndPlay ("Nope");
Frame 59 (8 B)
stop();
Frame 3736 (8 B)
stop();
Symbol 15 Button (25 B)
on (release) {
play();
}
Symbol 146 MovieClip Frame 1 (80 B)
mydate = new Date();
setProperty(this, _rotation , mydate.getMinutes() * "6");
Symbol 148 MovieClip Frame 1 (89 B)
rj = new Date();
setProperty(this, _rotation , rj.getHours() * "30");
gotoAndPlay (2);
Symbol 149 MovieClip Frame 1 (80 B)
mydate = new Date();
setProperty(this, _rotation , mydate.getSeconds() * "6");
Symbol 193 Button (40 B)
on (release) {
gotoAndPlay ("start");
}