[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 (211 B)
txtPercentage = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) add "% loaded";
tellTarget ("loader") {
gotoAndPlay(Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100));
};
Frame 2 (106 B)
if (_root.getBytesLoaded() == _root.getBytesTotal()) {
gotoAndStop (3);
} else {
gotoAndPlay (1);
}
Frame 3 (8 B)
play();
Frame 1866 (8 B)
play();
Frame 3381 (8 B)
stop();
Symbol 205 MovieClip Frame 1062 (8 B)
stop();
Symbol 215 Button (106 B)
on (release) {
getURL ("http://www.liquidgeneration.com/s2f/?/poptoons/talkmovies_lord.asp", "_blank");
}
Symbol 219 Button (71 B)
on (release) {
getURL ("http://www.liquidgeneration.com", "_blank");
}
Symbol 224 Button (54 B)
on (release) {
stopAllSounds();
gotoAndPlay (356);
}