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?