조회 수 2293 추천 수 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. 부드러운화면이동

    Date2010.10.24 CategoryRPGXP 스크립트 ByA.M.S Views2046 Votes0
    Read More
  2. 부드러운화면이동

    Date2010.10.24 CategoryRPGXP 스크립트 ByA.M.S Views2375 Votes0
    Read More
  3. 부활 스크립트

    Date2013.10.01 CategoryRPGXP 스크립트 By Views2767 Votes0
    Read More
  4. 빠른 길찾기

    Date2013.09.30 CategoryRPGXP 스크립트 By휴리드 Views1337 Votes0
    Read More
  5. 상점 메뉴 개조시킨 스크립트

    Date2013.09.24 CategoryRPGXP 스크립트 By청담 Views1004 Votes0
    Read More
  6. 상점에서 상세정보보여주기

    Date2010.10.24 CategoryRPGXP 스크립트 ByA.M.S Views1818 Votes0
    Read More
  7. 상점에서 상세정보보여주기

    Date2010.10.24 CategoryRPGXP 스크립트 ByA.M.S Views2057 Votes0
    Read More
  8. 상점에서 아이템 능력치를 표시해주는 스크립트

    Date2013.10.01 CategoryRPGXP 스크립트 By Views1656 Votes0
    Read More
  9. 새로운 게임 시작/로드 시 미묘한 연출 추가.

    Date2007.12.01 CategoryRPGXP 스크립트 By창조도시 Views2293 Votes1
    Read More
  10. 새로운 게임 시작/로드 시 미묘한 연출 추가.

    Date2007.12.01 CategoryRPGXP 스크립트 By창조도시 Views2604 Votes1
    Read More
  11. 새로운 턴형식(사이드뷰비슷한...)

    Date2010.10.14 CategoryRPGXP 스크립트 ByA.M.S Views2471 Votes1
    Read More
  12. 새로운 턴형식(사이드뷰비슷한...)

    Date2010.10.14 CategoryRPGXP 스크립트 ByA.M.S Views2542 Votes1
    Read More
  13. 선택 메뉴를 가운데 정렬 해보자.

    Date2007.12.02 CategoryRPGXP 스크립트 By창조도시 Views1449 Votes2
    Read More
  14. 선택 메뉴를 가운데 정렬 해보자.

    Date2007.12.02 CategoryRPGXP 스크립트 By창조도시 Views1955 Votes2
    Read More
  15. 셀프 스위치 조작

    Date2013.09.29 CategoryRPGXP 스크립트 By청담 Views656 Votes0
    Read More
  16. 스테이터스,보수,골드,플레임 타임 삭제

    Date2015.06.02 CategoryRPGXP 스크립트 Byrpgmakingbot Views738 Votes0
    Read More
  17. 스텟찍기스크립트

    Date2014.02.22 CategoryRPGXP 스크립트 By천둥번들 Views1766 Votes3
    Read More
  18. 스텟포인트투자

    Date2010.10.24 CategoryRPGXP 스크립트 ByA.M.S Views2142 Votes2
    Read More
  19. 스텟포인트투자

    Date2010.10.24 CategoryRPGXP 스크립트 ByA.M.S Views2550 Votes2
    Read More
  20. 아이디 띄우기

    Date2013.09.24 CategoryRPGXP 스크립트 By청담 Views1030 Votes0
    Read More
Board Pagination Prev 1 2 3 4 5 6 7 8 Next
/ 8






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

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