Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: blazinhandle on March 16, 2008, 09:01:08 am

Title: [RESOLVED] Working with planes
Post by: blazinhandle on March 16, 2008, 09:01:08 am
Does anybody know how to turn the visibility off?

I've tried
@plane.visible = false

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?
Title: Re: Working with planes
Post by: fugibo on March 16, 2008, 12:55:01 pm
0_o Is this RGSS2?
Title: Re: Working with planes
Post by: Blizzard on March 17, 2008, 05:30:20 am
If you really can't turn it invisible, how about disposing it temporarily?
Title: Re: Working with planes
Post by: Nortos on March 17, 2008, 04:51:01 pm
less lag that way as well
Title: Re: Working with planes
Post by: blazinhandle on March 18, 2008, 10:19:24 am
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.