[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 3 (328 B)
perc = Math.round((_root.getBytesLoaded() / (_root.getBytesTotal() * 0.7)) * 100);
percent.dog = perc;
percent.gotoAndStop(perc);
arm.gotoAndStop(perc);
tank.water.gotoAndStop(perc);
tank.yam.gotoAndStop(perc);
head.gotoAndStop(Math.floor(perc / 10));
dick.gotoAndStop(perc);
if (perc >= 100) {
gotoAndStop (5);
}
Frame 4 (17 B)
gotoAndPlay (3);
Frame 5 (8 B)
stop();
Frame 972 (17 B)
gotoAndStop (5);
Symbol 16 Button (53 B)
on (press) {
getURL ("http://www.threebrain.com");
}
Symbol 30 Button (23 B)
on (press) {
play();
}