Titlescreen: How do I take away the iconbar at the top for one room? (FIXED)

Started by Mixand, Thu 14/05/2009 19:51:16

Previous topic - Next topic

Mixand

gIconbar.Visible = false;

Invalid

function room_Load()
{
gstatusline.Visible = false;     //on the room you dont want it
}



function room_Load()
{
gstatusline.Visible = true;     // on the rooms connected to the other
}

Trent R

Actually, it'd be better to use the 'when player leaves room' function rather than copying and pasting the function in two multiple other rooms

~Trent
To give back to the AGS community, I can get you free, full versions of commercial software. Recently, Paint Shop Pro X, and eXPert PDF Pro 6. Please PM me for details.


Current Project: The Wanderer
On Hold: Hero of the Rune

SMF spam blocked by CleanTalk