Hello,
So this awesome idea passed in my head,how do we edit the opacity of a window ? To make it transparent or stuff like that.I know this is a stupid question,I'm still a newbie.
Thanks in Advance !
Editing widow opacity command ?
● ARCHIVED · READ-ONLY
-
-
@my_window = Window_WindowType.new
@my_window.opacity = 0
@my_window.back_opacity = 0
Experiment to determine which of those you want to change. -
@Shaz : Thank you !!
-
This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.