Staredit Network

Staredit Network -> UMS Assistance -> haven't been in here a while but...
Report, edit, etc...Posted by Mr.Camo on 2004-03-29 at 13:44:26
Ok so I want to make a movie, I got the order thing from Yoshi (thank you very much).
But I need help on this...So to make text I need a trigger, right? (I have that)

But I need the text so it comes in one at a time? So do I put wait?
Or something of that matter?
Help would be appretiated

Phantasy.
Report, edit, etc...Posted by Mini Moose 2707 on 2004-03-29 at 15:36:11
If you want letters one at a time, you have to put a few enters...
Example Actions

Display Text: (skip 20 lines) M
Wait 50 or so, keep it small
Display Text: (skip 20 lines) Mo
Wait 50 or so
Display Text: (skip 20 lines) Moo

The effect is it appearing to be "typed". That can't really happen, its essentially just text being displayed but you don't see it all because only so many lines can fit on the screen.
Report, edit, etc...Posted by Mr.Camo on 2004-03-29 at 22:18:45
no I mean like..

Man: Hello how are you?
(2 seconds later)
Other man: Good, you?
Report, edit, etc...Posted by Yoshi da Sniper on 2004-03-29 at 22:38:01
QUOTE(Phantasy @ Mar 29 2004, 10:18 PM)
no I mean like..

Man: Hello how are you?
(2 seconds later)
Other man: Good, you?

Are you refering to being TOTALLY erased from the screen for the next one? Not a problem. Just add 10 spaces or so.

It'll look like this:
Display for current player
CODE










Man: Hello how are you?



Wait 2000 miliseconds

CODE










Other man: Good, you?
Report, edit, etc...Posted by Mr.Camo on 2004-03-29 at 23:33:49
what are spaces as in? This?
Report, edit, etc...Posted by (U)Bolt_Head on 2004-03-30 at 02:45:58
There must Be 11 lines of text inorder for the next text to compleatly overwrite the previous (in the game). This is also needed if you intend to do in-game animated text.

I personaly wouldn't put the text at the end. Unless you want the text to appear low. I would center it in the screen as much as possable. Therefore you would have several blank lines before and after.
Report, edit, etc...Posted by dashrike on 2004-03-30 at 07:49:24
Just mess around with it. If you don't like the way it looks, change it. If you do, don't change it. wink.gif
Next Page (1)