Game Development Community

Making a gui button that appears only at a certain point in game

by Jesse P · in RTS Starter Kit · 05/07/2008 (4:46 am) · 1 replies

Hey how would I make a gui button that appears only after the player has reached a certain point in the game, e.g. after the player enters a trigger or something? Not sure if others have tackled this yet but I've seen it in Command & Conquer when the players get a certain thing for example

#1
05/07/2008 (4:51 am)
Controllname.setVisible(false)


This resource might have a bit more information thats of use:
http://www.garagegames.com/index.php?sec=mg&mod=resource&page=view&qid=6482

Henry