paisley
June 5th, 2003, 07:24 PM
This is my code:
onClipEvent(load) {
test = new Date();
}
onClipEvent(enterFrame) {
nSeconds = test.getSeconds();
trace(nSeconds);
}
But the output is always the same number the whole time. Is there anything wrong with my code?
onClipEvent(load) {
test = new Date();
}
onClipEvent(enterFrame) {
nSeconds = test.getSeconds();
trace(nSeconds);
}
But the output is always the same number the whole time. Is there anything wrong with my code?