조회 수 2604 추천 수 1 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

타이틀 화면에서 「뉴 게임」을 선택했을 때에 미묘한 연출을 실시합니다.
(근데 어떻게 보면 참 의미없는 짓 같기도 합니다.ㅡ.ㅡ;;; 그래도 좀 멋지긴 해요.)


 


섹션:Scene_Title (붉은색 부분을 삽입하면 됩니다. 검은색들 내용보고 그부분을 찾으시면 됩니다) 


 


  #--------------------------------------------------------------------------
  # ● 커멘드 : 뉴 게임
  #--------------------------------------------------------------------------
  def command_new_game
    # 결정 SE 을 연주
    $game_system.se_play($data_system.decision_se)

    # BGM페이드아웃
    Audio.bgm_fade(2000)
    # 의미가 없는 연출
    for i in 0..60
      @sprite.x -= 32
      @sprite.y -= 32
      @sprite.zoom_x += 0.1
      @sprite.zoom_y += 0.1
      @sprite.opacity -= 5
      @command_window.y -= 5
      @command_window.opacity -= 5
      @command_window.contents_opacity -= 5
      Graphics.update
    end


    # BGM 을 정지
    Audio.bgm_stop


 


 


 


  #--------------------------------------------------------------------------
  # ● 커멘드 : 콘티 뉴
  #--------------------------------------------------------------------------
  def command_continue
    # 콘티 뉴가 무효의 경우
    unless @continue_enabled
      # 버저 SE 를 연주
      $game_system.se_play($data_system.buzzer_se)
      return
    end
    # 결정 SE 를 연주
    $game_system.se_play($data_system.decision_se)
   
# BGM페이드아웃
Audio.bgm_fade(2000)
# 의미가 없는 연출
for i in 0..60
@sprite.x -= 32
@sprite.y -= 32
@sprite.zoom_x += 0.1
@sprite.zoom_y += 0.1
@sprite.opacity -= 5
@command_window.y -= 5
@command_window.opacity -= 5
@command_window.contents_opacity -= 5
Graphics.update
end

   
   
    # 로드 화면으로 전환한다
    $scene = Scene_Load.new
  end

?

  1. 물가에가면 캐릭터를 반사시켜주는 스크립트

    Date2007.12.02 CategoryRPGXP 스크립트 By창조도시 Views4994 Votes7
    Read More
  2. 물가에가면 캐릭터를 반사시켜주는 스크립트

    Date2007.12.02 CategoryRPGXP 스크립트 By창조도시 Views4490 Votes6
    Read More
  3. 대화창에 이름&얼굴 띄우기 새로운방식.

    Date2007.11.06 CategoryRPGXP 스크립트 By창조도시 Views3594 Votes3
    Read More
  4. 대화창에 이름&얼굴 띄우기 새로운방식.

    Date2007.11.06 CategoryRPGXP 스크립트 By창조도시 Views3476 Votes3
    Read More
  5. 안티 렉 스크립트

    Date2013.09.26 CategoryRPGXP 스크립트 By Views3327 Votes1
    Read More
  6. 퀘스트 스크립트

    Date2013.10.12 CategoryRPGXP 스크립트 By 운 Views3103 Votes2
    Read More
  7. 특정범위내에들어오면이동하기

    Date2010.10.14 CategoryRPGXP 스크립트 ByA.M.S Views3082 Votes0
    Read More
  8. 2D 마인크래프트 프로젝트

    Date2013.09.26 CategoryRPGXP 스크립트 By Views3048 Votes2
    Read More
  9. 대화창에 얼굴 띄우기& 대화창 명령어 모음.

    Date2008.12.31 CategoryRPGXP 스크립트 By창조도시 Views2822 Votes1
    Read More
  10. 3D스크립트!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Date2014.01.18 CategoryRPGXP 스크립트 By공박사 Views2807 Votes2
    Read More
  11. 부활 스크립트

    Date2013.10.01 CategoryRPGXP 스크립트 By Views2766 Votes0
    Read More
  12. 이름조합스크립트

    Date2013.10.27 CategoryRPGXP 스크립트 ByScissor Views2766 Votes0
    Read More
  13. 그레고리우스력 원리.

    Date2011.06.22 CategoryRPGXP 스크립트 By협객 Views2754 Votes0
    Read More
  14. 맵 이름을 화면 상단에 띄우기.

    Date2008.10.12 CategoryRPGXP 스크립트 By창조도시 Views2736 Votes1
    Read More
  15. 아이템 조합 스크립트

    Date2013.12.06 CategoryRPGXP 스크립트 By 운 Views2714 Votes0
    Read More
  16. 한글이름입력기 v1.76

    Date2008.07.24 CategoryRPGXP 스크립트 By창조도시 Views2698 Votes2
    Read More
  17. 퀘스트스크립트

    Date2010.10.24 CategoryRPGXP 스크립트 ByA.M.S Views2635 Votes1
    Read More
  18. [무한응용]스위치/변수 임시 저장/로딩하기

    Date2010.04.10 CategoryRPGXP 스크립트 By카리스 Views2633 Votes1
    Read More
  19. 새로운 게임 시작/로드 시 미묘한 연출 추가.

    Date2007.12.01 CategoryRPGXP 스크립트 By창조도시 Views2604 Votes1
    Read More
  20. [무한응용]스위치/변수 임시 저장/로딩하기

    Date2010.04.10 CategoryRPGXP 스크립트 By카리스 Views2594 Votes1
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 Next
/ 8






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

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