Action Script 2 - Flash

가로이미지 연속 스크롤

작성자 정보

  • 작성자 최고관리자
  • 작성일

컨텐츠 정보

본문


instance name : airplane


image1, image2 무비 클립을 이어지게 배치하세요.(두 그림은 대칭...)
Frame rate : 120 으로 하세요.
image1 무비클립을 마우스로 클릭하고...
onClipEvent (enterFrame) {
this._x = this._x - 1;
if (this._x<=-this._width) this._x=this._width;
}
image2 무비클립을 마우스로 클릭하고...
onClipEvent (enterFrame) {
this._x = this._x - 1;
if (this._x<=-this._width) this._x=this._width;
}

관련자료

댓글 0
등록된 댓글이 없습니다.
알림 0