Save-Point
Transparent command box in title - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Transparent command box in title (/thread-6867.html)



Transparent command box in title - ryujijitei - 04-29-2006

Transparent command box in title
ryujijitei
Apr 29 2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


This is another thing I came up with. If you don't have the SDK:

Go to Scene_Title
Find: @command_window.back_opacity = 160
Put this under it: @command_window.opacity = 0

If you do have the SDK:

Go to the SDK script
Find: @command_window.back_opacity = 160
Put this under it: @command_window.opacity = 0

Simple as that. Now the command box in the title screen will be completely transparent. Enjoy.