컴포넌트의 rotate값을 지정하는 API이다.
설정 가능한 값의 범위: -65536 ~ 65536(정수값)
function btn_rotate_on_mouseup() { btnTest.setrotate(45); }