Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: fiaschetta on Mon 06/03/2006 08:02:59

Title: Delete GUI
Post by: fiaschetta on Mon 06/03/2006 08:02:59
I have five GUI... I want delete the GUI3 and the GUI4, how i do?
Title: Re: Delete GUI
Post by: RickJ on Mon 06/03/2006 08:06:44
Title: Re: Delete GUI
Post by: Ashen on Mon 06/03/2006 12:52:58
BFAQ Entry: Deleting stuff besides sprites (http://americangirlscouts.org/agswiki/index.php/AGS_Editor_%26_User_Interface#Deleting_stuff_besides_sprites_and_frames) also deals with this.
Title: Re: Delete GUI
Post by: on Fri 10/03/2006 16:32:35
I would wish for the same thing in character section. I have too many characters I don't want to be in my game. And there is no Delete character button in ags...yet.  :-\
Title: Re: Delete GUI
Post by: Gilbert on Sat 11/03/2006 04:25:52
Deleting stuff is never safe, especially when there're lots of them.

Though you can use the oo names to refer to most of the stuff now, you can't gaurantee deleting something won't break your game (since deleting something means the remaining stuff need to be renumbered).

you can always just reuse or [/i]ignore[/i] slots that you want to discard.
The ability to delete stuff was only added for people who are very sure of what they're doing and want to tidy up his game resource a bit.