Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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 Melana 13 15,690 01-18-2018, 05:49 AM
Last Post: DerVVulfman
   Game Performance Melana 21 19,443 11-24-2016, 03:42 AM
Last Post: finalholylight
   Showing only specific skills in a window Melana 2 5,400 01-12-2016, 01:34 PM
Last Post: Melana
   Game Variables List for Copy/Paste JayRay 4 6,319 01-15-2015, 06:18 AM
Last Post: JayRay
   [RMXP]Game Over and Atoa Battle Status mishaps firestalker 8 9,817 08-07-2014, 01:59 AM
Last Post: firestalker
   [Brainstorming] Pallete Changing. MechanicalPen 6 6,845 02-14-2014, 09:46 PM
Last Post: DerVVulfman
   Help with changing background music volume JackMonty 7 8,553 12-10-2012, 10:59 AM
Last Post: JackMonty
   Something I noticed about the Advanced Shop Status Window yamina-chan 5 9,177 08-21-2011, 09:16 PM
Last Post: yamina-chan
   [Atoa SBS] Changing the command window font MegaPowerNinja 3 7,650 04-12-2011, 10:23 PM
Last Post: Victor Sant
   Repositioning the actor command window. MegaPowerNinja 4 8,640 04-12-2011, 05:21 AM
Last Post: MegaPowerNinja



Users browsing this thread: