@hasa_index = @hasa_window.index
case @hasa_window.index
when 0
@pic_hasa = 0
@hasa_window.contents = Bitmap.new("Graphics/menu/使用.png")
when 1
@hasa_window.contents = Bitmap.new("Graphics/menu/丟棄.png")
end
-----------------------------------------------------------------------------------------------------
@old_index = @menu_index
case @menu_index
when 0
@pic_now = 0
@command_window.contents = Bitmap.new("Graphics/menu/道具.png")
when 1
@command_window.contents = Bitmap.new("Graphics/menu/魔法.png")
when 2
@command_window.contents = Bitmap.new("Graphics/menu/装备.png")
when 3
@command_window.contents = Bitmap.new("Graphics/menu/状态.png")
when 4
@command_window.contents = Bitmap.new("Graphics/menu/存档.png")
when 5
@command_window.contents = Bitmap.new("Graphics/menu/离开.png")
end