Does anybody know how to turn the visibility off?
I've tried
but it obviously isn't the way to do it. Anyone know how would you turn it off if you've called it within a window?
0_o Is this RGSS2?
If you really can't turn it invisible, how about disposing it temporarily?
less lag that way as well
Thanks guys. I figured I would just have to dispose it. However, I had it updating every 2 seconds so I just turned the visibility of the window, that I drew it in, to off and THEN disposed it and it worked fine.