[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 (251 B)
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
var perc = ((loaded / total) * 100);
percent = perc + "%";
setProperty("progress", _xscale , perc);
if (loaded == total) {
percent = "complete";
gotoAndStop ("Done");
}
Frame 2 (22 B)
gotoAndPlay ("Nope");
Frame 3473 (21 B)
gotoAndPlay ("end");
Symbol 14 Button (34 B)
on (release) {
gotoAndPlay (4);
}
Symbol 171 Button (39 B)
on (release) {
gotoAndPlay ("done");
}
Symbol 176 Button (59 B)
on (release) {
getURL ("http://www.cafepress.com/shig");
}
Symbol 180 Button (61 B)
on (release) {
getURL ("http://www.albinoblacksheep.com");
}