[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 (437 B)
bytes_loaded = Math.round(this.getBytesLoaded());
bytes_total = Math.round(this.getBytesTotal());
bytes = _root.getBytesTotal();
real_bytes_loaded = _root.getBytesLoaded();
getPercent = bytes_loaded / bytes_total;
this.loadbar._width = getPercent * 330;
this.percentage = ((("downloading to disk\n(" + real_bytes_loaded) + "/") + bytes) + ")";
if (bytes_loaded == bytes_total) {
this.gotoAndPlay(3);
this.percentage = " ";
}
Frame 2 (21 B)
this.gotoAndPlay(1);
Frame 3 (8 B)
stop();
Frame 1227 (8 B)
stop();
Symbol 13 Button (25 B)
on (release) {
play();
}
Symbol 21 Button (45 B)
on (release) {
this.gotoAndPlay("replay");
}
Symbol 41 MovieClip Frame 49 (13 B)
this.stop();
Symbol 207 Button (66 B)
on (release) {
getURL ("http://www.biteycastle.com", "_blank");
}
Symbol 212 Button (41 B)
on (release) {
gotoAndPlay ("replay");
}
Symbol 216 Button (71 B)
on (release) {
getURL ("http://www.rg3entertainment.com", "_blank");
}