◆ 컴퓨터상식/자료창고

시계

장미부인 2008. 3. 21. 20:48


 

onEnterFrame() {
    cnttime=new date();
    thishour=cnttime.gethours();
    thismin=cnttime.getminutes();
    thissec=cnttime.getseconds();
    h._rotation=thishour*30+thismin/2;
    m._rotation=thismin*6;
    s._rotation=thissec*6;

'◆ 컴퓨터상식 > 자료창고' 카테고리의 다른 글

사진올리기공부  (0) 2010.05.06
포토자료  (0) 2010.05.04
블로그수업  (0) 2010.05.03
도장만들기  (0) 2010.04.20
블로그공부-5  (0) 2009.06.13