Game Development Community

Button to control mission folders

by David Sill · in Torque Game Engine · 01/28/2005 (1:28 pm) · 0 replies

My project has a dozen missions, which makes for a long list to choose from. My client would like to have a way to select between four different groups of missions (for example, day and night).

I have spent a few days trying to do this (in scripts)(I try to do it all in scripts because I can't rely on cross-platform basic functionality www.garagegames.com/mg/forums/result.thread.php?qt=25236 www.garagegames.com/mg/forums/result.thread.php?qt=25241) but have not yet been successful. At most, I can get one button to work, I have gotten different buttons to work, but never more than one at a time.

Yes, it is probably something I am not doing right, but before all my hair falls out I'd like to know if this is even possible.

Has anyone tried to do this? A tabbed list would be fine. A filter that selectively ignores some missions would be fine.

Even having four different columns in the mission list would be terrific.

Any thoughts/comments/ideas/questions?