HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Dialog And Buttons

08-20-2004, 05:24 PM#1
Progniss
How do you add the dialog button variables to the Dialog Screen; so that a difficulty level can be deturmined?

I have this so far
Code:
Events
    Time - Elapsed game time is 1.00 seconds
Actions
    Dialog - Show Dialog for Player 1 (Red)
    Dialog - Change the title of Dialog to Choose Difficulty
    Dialog - Create a dialog button for Dialog labelled Easy
    Set Easy = (Last created dialog Button)
    Dialog - Create a dialog button for Dialog labelled Medium
    Set Medium = (Last created dialog Button)
    Dialog - Create a dialog button for Dialog labelled Hard
    Set Hard = (Last created dialog Button)
I thought the Create a button did it... but apparently it does not because it didnt work. I have these variables.
Type:
Dialoge
Dialoge button *named Easy*
Dialoge button *named Medium*
Dialoge button *named Hard*

For some reason the dialog buttons do not appear so they can be clicked.... Can some one please help I would really appriciate it. I checked the trigger tutorial section and did not see it there.
08-20-2004, 05:31 PM#2
Mythmon
i think you need to add the buttons then show the dialog box
08-20-2004, 05:39 PM#3
Progniss
ha! thanks it works now ^_^