[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.Symbol 6 MovieClip Frame 2 (435 B)
tellTarget ("..") {
mydate = new Date();
Hours = mydate.getHours();
Minutes = mydate.getMinutes();
Seconds = mydate.getSeconds();
if (Minutes < 10) {
Minutes = "0" + Minutes;
}
if (Seconds < 10) {
Seconds = "0" + Seconds;
}
};
gotoAndPlay (1);
tellTarget ("") {
};
tellTarget ("") {
};
tellTarget ("") {
};
tellTarget ("") {
};
tellTarget ("") {
};
tellTarget ("") {
};
tellTarget ("") {
};
Symbol 7 MovieClip Frame 1 (8 B)
stop();
Symbol 10 MovieClip Frame 1 (8 B)
stop();
Symbol 12 MovieClip Frame 1 (8 B)
stop();