RPGXP Script
2013.10.01 06:18

전메뉴 반투명화

Views 768 Votes 0 Comment 2
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print
?

Shortcut

PrevPrev Article

NextNext Article

Larger Font Smaller Font Up Down Go comment Print

# ▼▲▼ XRXS_MP 7. 전메뉴 반투명화 ver..02b ▼▲▼
# by 앵아 재흙

#==============================================================================
# ■ Window_Base
#==============================================================================
class Window_Base < Window
  #--------------------------------------------------------------------------
  # ● 오브젝트 초기화
  #--------------------------------------------------------------------------
  alias xrxs_mp7_initialize initialize
  def initialize(x, y, width, height)
    xrxs_mp7_initialize(x, y, width, height)
    if $scene.is_a?(Scene_Menu) or
       $scene.is_a?(Scene_Item) or
       $scene.is_a?(Scene_Skill) or
       $scene.is_a?(Scene_Equip) or
       $scene.is_a?(Scene_Status) or
       $scene.is_a?(Scene_End)
      self.back_opacity = 160
    end
  end
end

#==============================================================================
# □ XRXS_MP7_Module
#==============================================================================
module XRXS_MP7_Module
  def create_spriteset
    # 스프라이트 세트를 작성
    @spriteset_bgmap = Spriteset_Map.new
  end
  def dispose_spriteset
    # 스프라이트 세트를 해방
    @spriteset_bgmap.dispose
  end
end
#==============================================================================
# ■ Scene_Menu
#==============================================================================
class Scene_Menu
  include XRXS_MP7_Module
  #--------------------------------------------------------------------------
  # ● 메인 처리
  #--------------------------------------------------------------------------
  alias xrxs_mp7_main main
  def main
    create_spriteset
    xrxs_mp7_main
    dispose_spriteset
  end
end
#==============================================================================
# ■ Scene_Item
#==============================================================================
class Scene_Item
  include XRXS_MP7_Module
  #--------------------------------------------------------------------------
  # ● 메인 처리
  #--------------------------------------------------------------------------
  alias xrxs_mp7_main main
  def main
    create_spriteset
    xrxs_mp7_main
    dispose_spriteset
  end
end
#==============================================================================
# ■ Scene_Skill
#==============================================================================
class Scene_Skill
  include XRXS_MP7_Module
  #--------------------------------------------------------------------------
  # ● 메인 처리
  #--------------------------------------------------------------------------
  alias xrxs_mp7_main main
  def main
    create_spriteset
    xrxs_mp7_main
    dispose_spriteset
  end
end
#==============================================================================
# ■ Scene_Equip
#==============================================================================
class Scene_Equip
  include XRXS_MP7_Module
  #--------------------------------------------------------------------------
  # ● 메인 처리
  #--------------------------------------------------------------------------
  alias xrxs_mp7_main main
  def main
    create_spriteset
    xrxs_mp7_main
    dispose_spriteset
  end
end
#==============================================================================
# ■ Scene_Status
#==============================================================================
class Scene_Status
  include XRXS_MP7_Module
  #--------------------------------------------------------------------------
  # ● 메인 처리
  #--------------------------------------------------------------------------
  alias xrxs_mp7_main main
  def main
    create_spriteset
    xrxs_mp7_main
    dispose_spriteset
  end
end
#==============================================================================
# ■ Scene_End
#==============================================================================
class Scene_End
  include XRXS_MP7_Module
  #--------------------------------------------------------------------------
  # ● 메인 처리
  #--------------------------------------------------------------------------
  alias xrxs_mp7_main main
  def main
    create_spriteset
    xrxs_mp7_main
    dispose_spriteset
  end
end

 

?
  • ?
    슈퍼겨털맨 2014.07.28 09:11
    파이널 판타지7스타일 메뉴 스크립트랑

    같이 써도 되네요,감사합니다!
  • profile
    tamblue 2015.05.06 02:48 SECRET

    "This is a secret article."


List of Articles
No. Category Subject Author Date Views Votes
120 RPGXP Script 반칸이동 1 1 file A.M.S 2010.07.18 2184 0
119 RPGXP Script 미니맵 스크립트 2 2013.10.01 2177 0
118 RPGXP Script 창고 시스템 2 창조도시 2008.01.18 2168 3
117 RPGXP Script 8방향이동 1 1 file A.M.S 2010.10.14 2151 0
116 RPGXP Script 아이템창을 아이템 분류별로 나누어 지게 개조. 3 file 창조도시 2007.12.02 2148 1
115 RPGXP Script 스텟포인트투자 1 file A.M.S 2010.10.24 2142 2
114 RPGXP Script 직업명 표시 file A.M.S 2010.10.24 2103 0
113 RPGXP Script 맵 이름을 화면 상단에 띄우기. 1 1 file 창조도시 2008.10.12 2083 1
112 RPGXP Script 대화창에 얼굴 띄우기& 대화창 명령어 모음. 1 file 창조도시 2008.12.31 2083 1
111 RPGXP Script 상점에서 상세정보보여주기 file A.M.S 2010.10.24 2057 0
110 RPGXP Script 모션 스크립트 3  운 2013.12.06 2057 0
109 RPGXP Script 부드러운화면이동 file A.M.S 2010.10.24 2046 0
108 RPGXP Script 대각선 방향 이동추가로 8방향 이동 만들기. 창조도시 2008.08.14 2043 1
107 RPGXP Script 파이널 판타지 7 스타일 메뉴 6 2013.10.01 2026 0
106 RPGXP Script AraLab_MultiStartingPoint (다중 출발점 스크립트, 캐릭터 선택 스크립트) ver.0.2beta 3  운 2014.01.21 1974 1
105 RPGXP Script 아이템소지 한계돌파 file A.M.S 2010.10.24 1964 0
104 RPGXP Script 최초 시작화면에 제작자 정보를 띄워보자. 6 창조도시 2008.04.04 1961 5
103 RPGXP Script 메뉴에 퀘스트 있는거 2  운 2013.10.12 1960 2
102 RPGXP Script 선택 메뉴를 가운데 정렬 해보자. 1 file 창조도시 2007.12.02 1955 2
101 RPGXP Script 요청하신 게이지바 스크립트 입니다. 8 소년영남 2013.10.04 1921 1
Board Pagination Prev 1 2 3 4 5 6 7 8 Next
/ 8






[privacy statements] | [Terms of Use] | [Contact us] | [Sponsorship] | [Indiside History]

Copyright © 1999 - 2016 INdiSide.com/CL3D Co., Ltd. All Rights Reserved.
Owner : Chunmu(Jiseon Lee) | kernys(Wonbae Kim) | Sasinji(Byungkook Kim)