[RESOLVED] Working with planes

Started by blazinhandle, March 16, 2008, 09:01:08 am

Previous topic - Next topic

blazinhandle

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?

fugibo


Blizzard

If you really can't turn it invisible, how about disposing it temporarily?
Check out our game brands:

Daygames
Game Night Games
Chugnar Games

Quote from: winkioI do not speak to bricks, either as individuals or in wall form.

Quote from: Barney StinsonWhen I get sad, I stop being sad and be awesome instead. True story.

Nortos


blazinhandle

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.