◆ 컴퓨터상식/자료창고
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;