[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 (8 B)
stop();
Instance of Symbol 8 MovieClip "load" in Frame 1 (174 B)
onClipEvent (enterFrame) {
num = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
_root.load.percent = num + "%";
if (num == 100) {
_root.play();
}
}
Frame 2 (8 B)
stop();
Frame 2279 (8 B)
stop();
Symbol 10 Button (23 B)
on (press) {
play();
}
Symbol 273 Button (75 B)
on (press) {
getURL ("http://homepage2.nifty.com/sand-blow/", "_blank");
}
Symbol 275 Button (66 B)
on (press) {
getURL ("http://www.taitaistudio.com/", "_blank");
}
Symbol 277 Button (32 B)
on (press) {
gotoAndStop (1);
}