플래시 - 마우스포인터를 화살표 유지하기

by 보석 posted Aug 30, 2013
?

단축키

Prev이전 문서

Next다음 문서

ESC닫기

크게 작게 위로 아래로 게시글 수정 내역 댓글로 가기 인쇄
Extra Form


onClipEvent (mouseDown) {
        if (this.hitTest(_root._xmouse,_root._ymouse,false)) {
                startDrag("");
        }
}
onClipEvent (mouseUp) {
        stopDrag();


형식 
hitTest(마우스x좌표, y좌표, ,false)
여기서 false는 물체의 가장자리만 닿아도 체크하라는 옵션



Articles

1 2 3 4 5 6