View Single Post
  #7 (permalink)  
Old Dec 31st, 2005, 14:39
zak(PL) zak(PL) is offline
New Member
Join Date: Dec 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Linking pics with actionscript

Hello
I've checked Your code. It works...but I don't know what is a reason of creating 2 Date's objects... Perhaps I don't understand the problem.

I've tried also this:

function timer() {
var dtate = new Date();
ch = dt.getHours();
cm = dt.getMinutes();
cs = dt.getSeconds();
trace(ch + ":" + cm + ":" + cs + " it works!");
}
timeint = setInterval(timer, 1000);
Reply With Quote