Staredit Network

Staredit Network -> UMS Assistance -> Dark to Bright colors
Report, edit, etc...Posted by VizuaL on 2005-07-24 at 00:20:20
like it looks cool

like it displays a name

Mathrix(U) its Grey

then a milisecond leter

Mathrix(U) its White

how do u do this without the text moving?


Report, edit, etc...Posted by Corbo(MM) on 2005-07-24 at 00:26:08
(conditions you want)

(actions)
Display text message: (11 lines you know )
display text message: C
wait(100)miliseconds
Display text message: (11 lines you know )
display text message: Co
Wait(100)
Display text message: (11 lines you know )
Display text message Cor



then you keep going until you get to the text you want and then you modify the strings with starforge make the last letter gray and the others white and it will add effect you can try diferent combinations of colors also biggrin.gif!
Report, edit, etc...Posted by l)ark_13 on 2005-07-24 at 00:27:35
- Display text: [Greytag]Mathrix(U)
- Wait 10 millisecond
- Display text: [press enter about 14 times]
- Display text: [Whitetag]Mathrix(U)
Report, edit, etc...Posted by Corbo(MM) on 2005-07-24 at 00:28:21
ohh did not really did well but the basics is there just do like
Display text message: (11 lines you know )
display text Matrix(u) in gray
wait(100)
Display text message: (11 lines you know )
display text Matrix in white



you can choose the wait time

ADDITION:
ew dark 13 won me in reply
Report, edit, etc...Posted by l)ark_13 on 2005-07-24 at 00:33:33
Lol, yay! biggrin.gif

Also, yes. Thats how you do it.
If you want the name to appear one letter at a time you do corbo's idea.
Also, if you'd like the Mathrix(U) or w/e to appear in the center of the screen, but a "back-tag" at the very beginning of the line you want centerd.

Eg. [back-tag][blacktag]Mathrix(U)
Report, edit, etc...Posted by VizuaL on 2005-07-24 at 00:51:20
i think i did that, but it like shows the previosu color abovei t
u know like it shows

SOMETHING [White]

Wait 300 mileseconds


SOMETHING[Grey]

when it should stay on the same line

SOMETHING[WHITe] wait 300 milleseocnds SOMETHING [GREY]
Report, edit, etc...Posted by l)ark_13 on 2005-07-24 at 02:37:45
Ya, thats what the display text with about 14 enters is for.

Display text: [press "Enter" 14 times. Leave it all blank]
Display text: words with color or w/e
Wait: 100 milliseconds
Display text: [press "Enter" 14 times. Leave it all blank]
Display text: words with color or w/e

The "pressing enter" clears the previous text by pushing it all out of the screen.
Report, edit, etc...Posted by DT_Battlekruser on 2005-07-24 at 02:41:33
The screen clear amount is 11 lines, not 14. No need to take up another 48 bits of CHK space is there? tongue.gif wink.gif
Report, edit, etc...Posted by Oo.Vic.oO on 2005-07-24 at 07:43:26
QUOTE
Display text: [press "Enter" 14 times. Leave it all blank]
Display text: words with color or w/e


y not just display test after 10 lines instead of 2 Display texts

Like this:

Display test:











Mathrix(U)
Report, edit, etc...Posted by UED77 on 2005-07-24 at 15:41:04
A display text action looks like this:
CODE

0x00000000.41000000.00000000.00000000.00000000.00000000.0000.09.00.04.000000


If you would not have an action, it would look like this:
CODE

0x00000000.00000000.00000000.00000000.00000000.00000000.0000.00.00.00.000000


String #65, referenced by the above example, has
CODE

0x0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A.0D0A

(11 Windows CR-LF pairs).

The display text action compresses better than 11 CR-LF pairs at the start of each displayed text. If you make a separate display text trigger, and with an advanced editor, you reuse the "clear screen" string every time, you are saving space compared to if you would include 11 newlines at the beginning of each string.

UED77
Report, edit, etc...Posted by Sniper on 2005-07-24 at 16:56:54
But...is it really much of a difference in space used?
Report, edit, etc...Posted by l)ark_13 on 2005-07-24 at 17:48:37
Lol, just do it my way. It works best. And 11 lines didn't work for me... maybe I pressed enter 10 times though or something... w/e. I just use 15 lines for mine, but it doesn't matter. Im sure hes got enough help by now.
Next Page (1)