고급강의실
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은 거기에 맞춰진 그림의 색상정보입니다.
?

  1. 게임제작강좌 A-Z 색인 (2016.1.24 ver)

    Date2016.01.12 Category초급강의실 By천무 Views7374 Votes1
    read more
  2. [상급강좌]VX 폰트 변경하기

    Date2015.07.12 Category중급강의실 By양쭌 Views1793 Votes0
    Read More
  3. 초보의 게임제작 도전기 #1-1[데이터 베이스 둘러보기]

    Date2015.05.05 Category중급강의실 By치와도라 Views1406 Votes2
    Read More
  4. 초보의 게임제작 도전기! #0 [RPG 만들기?]

    Date2015.05.05 Category중급강의실 By치와도라 Views1359 Votes1
    Read More
  5. 픽쳐 서서히 등장! 픽쳐 서서히 퇴장!

    Date2015.04.29 Category중급강의실 By치와도라 Views965 Votes2
    Read More
  6. VX ACE XAS로 액션 RPG를 만들어보자! - 1. 개요

    Date2015.04.01 Category고급강의실 By데크크래프트 Views3964 Votes0
    Read More
  7. VX Ace 픽쳐 메뉴 예제(V1.01)

    Date2015.03.18 Category중급강의실 ByAPED Views1053 Votes0
    Read More
  8. 그림표시50개끝? 51개 해보자.

    Date2014.12.01 Category고급강의실 By 운 Views1191 Votes1
    Read More
  9. RPG Maker VX Ace - 선택지 윈도우 만들기

    Date2014.10.16 Category고급강의실 ByJunkMan Views1798 Votes2
    Read More
  10. RPG Maker VX Ace - 윈도우 만들기

    Date2014.10.16 Category고급강의실 ByJunkMan Views2539 Votes2
    Read More
  11. RPG Maker VX Ace - RPG Maker Title 장면(Scene) 수정하기.

    Date2014.10.15 Category고급강의실 ByJunkMan Views1659 Votes1
    Read More
  12. RPG Maker VX ACE - System 데이터 구조

    Date2014.10.15 Category고급강의실 ByJunkMan Views1056 Votes0
    Read More
  13. RPG Maker VX ACE - CommonEvent 데이터 구조

    Date2014.10.15 Category고급강의실 ByJunkMan Views701 Votes0
    Read More
  14. RPG Maker VX ACE - Animation 데이터 구조

    Date2014.10.15 Category고급강의실 ByJunkMan Views707 Votes0
    Read More
  15. RPG Maker VX ACE - State 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views679 Votes0
    Read More
  16. RPG Maker VX ACE - Troop 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views627 Votes0
    Read More
  17. RPG Maker VX ACE - Enemy 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views687 Votes0
    Read More
  18. RPG Maker VX ACE - Armor 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views557 Votes0
    Read More
  19. RPG Maker VX ACE - Weapon 데이터 구조.

    Date2014.10.15 Category고급강의실 ByJunkMan Views848 Votes0
    Read More
  20. RPG Maker VX ACE - Item 데이터 구조.

    Date2014.10.14 Category고급강의실 ByJunkMan Views835 Votes0
    Read More
  21. RPG Maker VX ACE - Skill 데이터 구조.

    Date2014.10.14 Category고급강의실 ByJunkMan Views1156 Votes0
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 Next
/ 10






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

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