Action Script 2 - Flash

로테이션을 이용한 대각선 이동

작성자 정보

  • 작성자 김두호
  • 작성일

컨텐츠 정보

본문


01.jpg

instance name : 까마귀

02.jpg

on (release) {
_root.까마귀._rotation = -45;
_root.까마귀._y = _root.까마귀._y - 10;
_root.까마귀._x = _root.까마귀._x - 10;
}

03.jpg

on (release) {
_root.까마귀._rotation = 45;
_root.까마귀._y = _root.까마귀._y - 10;
_root.까마귀._x = _root.까마귀._x + 10;
}

04.jpg

on (release) {
_root.까마귀._rotation = -135;
_root.까마귀._y = _root.까마귀._y + 10;
_root.까마귀._x = _root.까마귀._x - 10;
}

05.jpg

on (release) {
_root.까마귀._rotation = 135;
_root.까마귀._y = _root.까마귀._y + 10;
_root.까마귀._x = _root.까마귀._x + 10;
}

관련자료

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