Can I turn a label on/off? [SOLVED]

Started by Ubel, Sun 06/03/2005 12:52:58

Previous topic - Next topic

Ubel

Hi! Is it possible to turn a GUI label on and off. I tried to search for a code for it in the Help Contents but I couldn't find anything like that.

Scorpiorus

The upcoming AGS version (2.7) makes it possible with label.Visible property.
As a workaround, you can probably move it off the GUI area ( SetGUIObjectPosition(GUI, LABEL, -1000, -1000) ) or clear the text ( SetLabelText("") ).

Ubel

Thanks! I'll try that. Good thing it's coming with the later version.

SMF spam blocked by CleanTalk