Game Development Community

Changes to Mainmenu

by Injae Jeong · in Torque Game Engine · 04/04/2003 (4:01 pm) · 1 replies

Hello,
I have been using the torque engine for building a game for a week now. I had a question regarding changing the mainmenu. I know how to change the background and add my buttons and all but I cant figure out a way to play a scrolling image in the main menu. Where do I need to make changes? where do I start? do I need to code in SDK or add code in the scripts? I am lost. And One more question, how I do remove torques terrains? I have added my terrains but I can still see the original ones. Will simple deletion of those terrains work or cause some unknown problems?

thanks.

#1
04/04/2003 (9:03 pm)
Simple deletion should work fine. As for a scrolling menu, yes, you'll probably have to do that in C/C++ (though you could certainly fake it in script).