Changing Window Styles in Game
#5
Hi,

Thanks for your suggestion - I went through and carefully checked all the windows styles - I believe the one that handles the text boxes is the standard "Windows_Message" - they all had a super in the def update sections.

I wonder if I should just add some code in this section:

Code:
#--------------------------------------------------------------------------
  def update_windowskin
    if Input.trigger?(Input::B)
      $game_system.se_play($data_system.cancel_se)
      @windowskin_window.active = false
      @command_window.active = true
      @windowskin_window.index = -1
      return
    end
    if Input.trigger?(Input::C)
      $game_system.se_play($data_system.decision_se)
      $data_system.windowskin_name = $game_system.windowskin_name = "Windowskin#{@windowskin_window.index + 1}"
      return
    end
  end
  #--------------------------------------------------------------------------

That way after the new window is updated the update command will be called form here. Do you happen to know the script or syntax for changing just the text box style? If not I'll look it up - thanks for the tips and advise you've provided so far.
Reply


Messages In This Thread
Changing Window Styles in Game - by JackMonty - 03-09-2013, 12:07 PM
RE: Changing Window Styles in Game - by JackMonty - 03-11-2013, 12:26 AM
RE: Changing Window Styles in Game - by JackMonty - 03-19-2013, 02:36 PM
RE: Changing Window Styles in Game - by JackMonty - 03-21-2013, 11:54 PM
RE: Changing Window Styles in Game - by JackMonty - 03-22-2013, 11:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Sorting Items in Shop Window Mel 13 30,897 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Game Performance Mel 21 41,260 11-24-2016, 03:42 AM
Last Post: finalholylight
   Showing only specific skills in a window Mel 2 10,034 01-12-2016, 01:34 PM
Last Post: Mel
   Game Variables List for Copy/Paste JayRay 4 12,035 01-15-2015, 06:18 AM
Last Post: JayRay
   [RMXP]Game Over and Atoa Battle Status mishaps firestalker 8 19,637 08-07-2014, 01:59 AM
Last Post: firestalker
   [Brainstorming] Pallete Changing. MechanicalPen 6 14,062 02-14-2014, 09:46 PM
Last Post: DerVVulfman
   Help with changing background music volume JackMonty 7 17,461 12-10-2012, 10:59 AM
Last Post: JackMonty
   Something I noticed about the Advanced Shop Status Window yamina-chan 5 15,101 08-21-2011, 09:16 PM
Last Post: yamina-chan
   [Atoa SBS] Changing the command window font MegaPowerNinja 3 13,177 04-12-2011, 10:23 PM
Last Post: Victor Sant
   Repositioning the actor command window. MegaPowerNinja 4 14,563 04-12-2011, 05:21 AM
Last Post: MegaPowerNinja



Users browsing this thread: 2 Guest(s)