Game Development Community

Popup message or dialog boxes?

by Steve Howson · in Torque Game Engine · 03/22/2006 (4:15 pm) · 2 replies

Hi all!
I have an idea for a game.
For the first mission I'd like to have it as an in-game tutorial.. so it'll popup and say use the arrow keys to move.. try it. Then when they complete the task another box pops up with another task to try, etc..

Any idea how I'd go about having these message boxes pop up?

Also, after they do pop up how would I check if the task is completed, some sort of flag in the code?

Thanks for any information.

#1
04/24/2006 (10:41 am)
Look into messagebox function they are used when you exit a level
#2
04/24/2006 (10:46 am)
Using triggers would also be helpful.