고급강의실
2014.10.15 03:33

RPG Maker VX ACE - Animation 데이터 구조

조회 수 707 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
RPG::Animation:0x6f24f94

@id=1//애니메이션 ID 

@name="Hit Physical"//애니메이션명

@animation1_name="Attack1"//그래픽 명
@animation1_hue=0//색채

@animation2_name=""//그래픽명
@animation2_hue=0//색채

그래픽명은 garaphic에 정의 내려진 정보를 가져와서
색채에 값으로 그림을 가져옵니다.

@position=1//위치 0~3 선택
0 : head
1 : center
2 : feet
3 : screen

@frame_max=10//프레임 최대치
최대 프레임 량을 뜻합니다.

@frames=[#<RPG::Animation::Frame:0x6f24e90 @cell_data=#<Table:0x6f24e40>, @cell_max=1>, #<RPG::Animation::Frame:0x6f24e18 @cell_data=#<Table:0x6f24df0>, @cell_max=1>, #<RPG::Animation::Frame:0x6f24ddc @cell_data=#<Table:0x6f24db4>, @cell_max=2>, #<RPG::Animation::Frame:0x6f24d8c @cell_data=#<Table:0x6f24d50>, @cell_max=2>, #<RPG::Animation::Frame:0x6f24d3c @cell_data=#<Table:0x6f24d00>, @cell_max=2>, #<RPG::Animation::Frame:0x6f24cd8 @cell_data=#<Table:0x6f24cb0>, @cell_max=2>, #<RPG::Animation::Frame:0x6f24c4c @cell_data=#<Table:0x6f24bd4>, @cell_max=2>, #<RPG::Animation::Frame:0x6f24bc0 @cell_data=#<Table:0x6f24b48>, @cell_max=1>, #<RPG::Animation::Frame:0x6f24b34 @cell_data=#<Table:0x6f24b0c>, @cell_max=1>, #<RPG::Animation::Frame:0x6f24aa8 @cell_data=#<Table:0x6f24a30>, @cell_max=1>]//애니메이션 데이터

그림의 정보를 가집니다. 어떤 모양을 정보로 가지고 있는지 표시하며, 이것에서 cell_max는 객체(그림)의 최대 갯수를 뜻하고, 테이블은 그 좌표값과 정보를 가지고 있습니다.

@timings=[#<RPG::Animation::Timing:0x6f24878 @flash_duration=1, @se=#<RPG::SE:0x6f24774 @name="Blow3", @pitch=100, @volume=95>, @flash_color=(255.000000, 255.000000, 255.000000, 221.000000), @frame=0, @flash_scope=1>, #<RPG::Animation::Timing:0x6f24620 @flash_duration=1, @se=#<RPG::SE:0x6f245bc @name="Blow1", @pitch=100, @volume=100>, @flash_color=(255.000000, 255.000000, 255.000000, 221.000000), @frame=2, @flash_scope=1>, #<RPG::Animation::Timing:0x6f244b8 @flash_duration=1, @se=#<RPG::SE:0x6f244a4 @name="Blow3", @pitch=100, @volume=100>, @flash_color=(255.000000, 255.000000, 255.000000, 221.000000), @frame=5, @flash_scope=1>]//프레임 시간조절
시간을 뜻하는 것으로 플레이 했을시 색상이나 알파값의 변화를 뜻합니다.

Frame은 그림의 정보, Timing은 거기에 맞춰진 그림의 색상정보입니다.
?

List of Articles
번호 분류 제목 글쓴이 날짜 조회 수 추천 수
공지 초급강의실 게임제작강좌 A-Z 색인 (2016.1.24 ver) 2 file 천무 2016.01.12 7384 1
58 고급강의실 RGSS 스크립트 강좌 입문 5 - 조건분기 4 마니아 2013.09.16 2131 0
57 고급강의실 RGSS 스크립트 강좌 입문 6 - 루프(Loop) 2 마니아 2013.09.16 1587 0
56 고급강의실 RGSS 스크립트 강좌 입문 7 ~ 8 - 함수(Function) 3 마니아 2013.09.16 1924 0
55 고급강의실 RGSS 스크립트 강좌 입문 9 - 오브젝트(Object) 4 마니아 2013.09.16 1642 0
54 고급강의실 RGSS 스크립트 강좌 입문 10 - 그래픽 표시 4 마니아 2013.09.16 2184 0
53 고급강의실 나뚜루's - 배열, 이렇게도 만들 수 있다. 2 마니아 2013.09.17 2101 0
52 고급강의실 나뚜루's - Sprite 클래스 파헤치기 [1] 3 마니아 2013.09.17 2086 0
51 고급강의실 나뚜루's - Sprite 클래스 파헤치기 [2] 2 마니아 2013.09.17 1781 0
50 고급강의실 나뚜루's - Sprite 클래스 파헤치기 [3] 2 마니아 2013.09.17 1503 0
49 고급강의실 [투달이의 아무짝에도 쓸모없는 강좌] Scene_title을 조작해 사람들을 농락해보자! 6 투달 2013.09.30 2123 0
48 고급강의실 [XP]타이틀전체화면 하시겠습니까? 7  운 2014.01.09 1834 0
47 고급강의실 [XP]파일있는지확인(PC전용)  운 2014.01.09 1422 0
46 고급강의실 게임도중에 익스플로러 뜨게 하고싶나요? 7  운 2014.01.27 1278 0
45 고급강의실 배틀창 이름 체력 레벨 좌표 변경하기 1 Seed 2014.06.19 1032 0
44 고급강의실 캐릭터그래픽 픽셀 3  운 2014.07.19 3621 0
43 고급강의실 아이템 한번에 받기  운 2014.08.24 1147 0
42 고급강의실 카카오소프트 님의 RGSS2 스크립트 강좌 2 Omegaroid 2014.03.27 1667 0
41 고급강의실 RPG Maker VX ACE Lite -Tilesets.rvdata2 데이터 구조 JunkMan 2014.10.04 2278 0
40 고급강의실 RPG Maker VX ACE - Map.rvdata2 데이터 구조 3 JunkMan 2014.10.04 1593 0
39 고급강의실 RPG Maker VX ACE - MapInfos.rvdata2 데이터 구조. JunkMan 2014.10.05 3626 0
Board Pagination Prev 1 2 3 4 Next
/ 4






[개인정보취급방침] | [이용약관] | [제휴문의] | [후원창구] | [인디사이드연혁]

Copyright © 1999 - 2016 INdiSide.com/(주)씨엘쓰리디 All Rights Reserved.
인디사이드 운영자 : 천무(이지선) | kernys(김원배) | 사신지(김병국)