Editing widow opacity command ?

● ARCHIVED · READ-ONLY
Started by Ultim 4 posts View original ↗
  1. 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 !
  2. @my_window = Window_WindowType.new
    @my_window.opacity = 0


    @my_window.back_opacity = 0

    Experiment to determine which of those you want to change.
  3. @Shaz : Thank you !!
  4. 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.