Page 1 of 1
Dialog
Posted:
Thu Aug 18, 2005 4:57 pm
by Crusader
Hi,how can I make a Dialog,I need your help
dudes!
Posted:
Thu Aug 18, 2005 5:55 pm
by willg101
Ummm...
What do you mean?
I mean
Posted:
Thu Aug 18, 2005 6:10 pm
by Crusader
I mean the player meats a character,and he says in a dialog box Hi,or
something like that.
Posted:
Sun Aug 21, 2005 10:51 am
by ondy1985
It's pretty easy to make a simple dialog. Think a bit about it and I'm sure you can make it by yourself. Just make yourself familiar with 'TEXT' actor property and 'Change Visibility State' action. Good luck.
Posted:
Mon Aug 29, 2005 2:03 pm
by Chai
how can i change the text in dialog
- Code: Select all
if(dialog==1){Textdialog.text????}
afterthat hoe should i do
thank for answer
Posted:
Mon Aug 29, 2005 3:14 pm
by makslane
In a actor text you can use:
- strcpy(Textdialog.text, "your text here");
or
- Use the Set Text action
Posted:
Mon Aug 29, 2005 8:24 pm
by ondy1985
Yes.
Probably you will want to have the text in some sort of window which you can easily hide/unhide by 'Change Visibility State' action.
Or maybe you could destroy the window actor each time dialog ends and then create it again when another dialog begins...
Posted:
Tue Aug 30, 2005 7:38 am
by Chai
thankyou for answer
and i have a little bit question
some dialod is very long it's out of dialog area
can i fix the dialog text