Action Script 2 - Flash

텍스트 스크롤(영상시 쓸때)

작성자 정보

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

컨텐츠 정보

본문


instance name : airplane

onClipEvent (enterFrame) {
this._y = this._y - 1;
if (this._y<-400) this._y=400;
}

관련자료

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