Crapatscript
03-20-2002, 04:20 PM
ok, so your making the time tut was pretty easy and understandable.. but i'm haveing trouble making it into analoge...
what i tried was to add this code in the moain action script:
mydate = new date();
time = (mydate.getHours()+":"+myDate.getMinutes()+":"+myDate.getSeconds());
hand.gotoAndStop(time);
to try and force my movie clip forward a frame every second in the way that percentage loaders forcer the bar forward...
it didn't work... know why or am i doing it completely wrong??
what i tried was to add this code in the moain action script:
mydate = new date();
time = (mydate.getHours()+":"+myDate.getMinutes()+":"+myDate.getSeconds());
hand.gotoAndStop(time);
to try and force my movie clip forward a frame every second in the way that percentage loaders forcer the bar forward...
it didn't work... know why or am i doing it completely wrong??