로그인

검색

MoA
조회 수 3287 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

- 무비클립 속에 버튼이 있을 때

  onRelease나 onPress로는 무비클립속의 버튼이 제대로 동작하지 않음. 그러므로 다음과 같은 구문이 필요하다.

onClipEvent (mouseDown){
  if (this.hitTest(_root._xmouse, _root._ymouse, 1) == true) {
    액션
  }
}

또는 mouseDown(onPress 효과) 대신 mouseUp(onRelease 효과)


- 움직임에 약간의 반동주기

speed = ((myTarget-img_mc._x)*0.3)+(speed*0.5);
img_mc._x += speed;

?

  1. 수학 기호

    Date2007.04.19 Category과학 ByMoA Views4352
    Read More
  2. 냄새 제거 방법

    Date2007.03.29 Category교양 ByMoA Views2266
    Read More
  3. 플래시 주의할사항, 중요한 점 요약

    Date2006.08.14 CategoryIT ByMoA Views3287
    Read More
  4. 현대대수학(Abstract Algebra) 강의노트

    Date2007.03.05 Category과학 ByMoA Views2912
    Read More
  5. 아인슈타인의 일반상대론

    Date2007.02.27 Category과학 ByMoA Views1881
    Read More
  6. 함수포인터

    Date2006.12.11 CategoryIT ByMoA Views3661
    Read More
  7. 플래시 폰트 임베드하는법

    Date2006.08.24 CategoryIT ByMoA Views3117
    Read More
  8. 수학문제

    Date2006.08.13 Category과학 ByMoA Views2477
    Read More
  9. Euler-Method

    Date2006.04.01 Category과학 ByMoA Views2074
    Read More
  10. group velocity는 C보다 클 수 있다.

    Date2006.03.28 Category과학 ByMoA Views2391
    Read More
  11. 회로도 관련 사이트

    Date2005.12.12 Category과학 ByMoA Views2730
    Read More
  12. 팝업창 허용

    Date2005.12.12 CategoryIT ByMoA Views2020
    Read More
  13. 플래시8 새 보안정책

    Date2005.12.12 CategoryIT ByMoA Views3267
    Read More
Board Pagination Prev 1 ... 11 12 13 14 15 16 17 18 19 20 Next
/ 20