Alright, so while continuing the menu system, I ran into a wierd problem. I made a window to display some text, which is just dandy and fine, but the opacity doesn't work on the text. Here's what I mean.
I set it up using:
@win = Window_Name.new
@win.opacity = 0
Upon opening the menu, though, the text is still fully visible and looks awkward while the menu is transitioning. Is there any way to make the text transperent temporarily as well?
Quote from: RMXP Help File
class Window
opacity
The window's opacity (0-255). Values out of range are automatically corrected.
back_opacity
The window background's opacity (0-255). Values out of range are automatically corrected.
contents_opacity
The opacity of the window's contents (0-255). Values out of range are automatically corrected.
:-*
Haha, Thanks alot :) I kept trying contents.opacity -_-