x


display text in one word to one word for RPG game

Like any RPG game, there are lot of words need to display to continue the story, how can i make the words display one by one like someone is speaking. for examle, i want to display the words like this "How can this happen,can you tell me?", i do not want display all word together but single one by one.how can this can achieve with thanks.

more ▼

asked Jun 17 '10 at 01:52 PM

lzt120 gravatar image

lzt120
114 10 11 16

(comments are locked)
10|3000 characters needed characters left

2 answers: sort voted first

You can use something like this:

http://answers.unity3d.com/questions/9609/using-autotype-script-on-gui-label

Though you'll need to change it slightly to work per word instead of letter

more ▼

answered Jun 17 '10 at 02:13 PM

Mike 3 gravatar image

Mike 3
30.5k 10 65 253

(comments are locked)
10|3000 characters needed characters left

For example use a single 3dText (or GUIText) object. Then attach a script to it that uses a coroutine to change the displayed text. (GUIText.text)

more ▼

answered Jun 17 '10 at 02:12 PM

StephanK gravatar image

StephanK
6k 39 53 93

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x206

asked: Jun 17 '10 at 01:52 PM

Seen: 1536 times

Last Updated: Jun 17 '10 at 01:52 PM