| 08-20-2004, 05:24 PM | #1 |
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)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 |
i think you need to add the buttons then show the dialog box |
| 08-20-2004, 05:39 PM | #3 |
ha! thanks it works now ^_^ |
