[resolved]Opacity issue?

Started by Zexion, April 07, 2013, 12:59:23 pm

Previous topic - Next topic

Zexion

April 07, 2013, 12:59:23 pm Last Edit: April 07, 2013, 01:08:24 pm by Zexion
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?

KK20

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.

:-*

Other Projects
RPG Maker XP Ace  Upgrade RMXP to RMVXA performance!
XPA Tilemap  Tilemap rewrite with many features, including custom resolution!

Nintendo Switch Friend Code: 8310-1917-5318
Discord: KK20 Tyler#8901

Join the CP Discord Server!

Zexion

Haha, Thanks alot :) I kept trying contents.opacity -_-