Action Script 2 - Flash

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

페이지 정보

작성자 김두호 작성일 70-01-01 09:00 조회 116 댓글 0

본문

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