Game Development Community

Push 2 dialogs at the same time

by BMiuritan · in Torque Game Engine · 04/24/2006 (9:37 am) · 1 replies

Hi all,

I'm using 2 dialogs (ADialog.gui and BDialog.gui) and I want to push BDialog from ADialog but still not work. If I push either of them one by one, it works but both of them at the same time, can not.

Pls explain for me.
Thnks alot.

#1
04/24/2006 (10:20 am)
I believe you have to attach() guis on to the existing gui, look into how the chat hud is attached to the playgui