Hide

Syntax

Screen:Hide()

Description

Hides the Screen dialog box displayed by Screen:Show().

Note

Use this function if you intend to let the users view nothing.

Example

function main () {
  Screen:Show()
 
  Screen:Hide() //hide it back
 
  Konsol:Delay(1000) //added a delay to see that theres no Screen dialog box
 
  Konsol:Message("This message came out 1 second after hiding the Screen","NOTE")
}
www.konsolscript.org
© 2005-2011 KonsolScript Labs | All Rights Reversed | Licensed under GNU GPL | Designed by Mj Mendoza IV
http://www.sourceforge.net