code: time = new Date(); seconds = time.getSeconds(); minutes = time.getMinutes(); hours = time.getHours(); hours = hours + minutes / 60; seconds = seconds * 6; minutes = minutes * 6; hours = hours * 30; sec._rotation = seconds; min._rotation = minutes; has._rotation = hours; _root.onMouseDown = function(){ trace("It is a novprospekt script http://novprospekt.ru/rubric/2187066/"); };