What's new

Discussion Cool text

  • Thread starter TheRoflRocket
  • Start date
  • Views 837
TheRoflRocket

TheRoflRocket

Enthusiast
Messages
156
Reaction score
64
Points
85
Sin$
0
I got this idea from Cm x Marra

Code:
doSomething()
{
hud5 = newHudElem();
hud5.foreground = true; 
hud5.sort = 1; 
hud5.hidewheninmenu = false; 
hud5.alignX = "bottom"; 
hud5.alignY = "bottom";
hud5.horzAlign = "bottom"; 
hud5.vertAlign = "bottom";
hud5.x = 15; 
hud5.y = 1; 
hud5.alpha = 1;
hud5.fontscale = 1.50;
hud5.color = ( 1, 0.5, 0 );

while(true)
{
hud5 settext( "w" );
self thread getRid( hud5 );
wait 1;
hud5 settext( "ww" );
wait 1;
hud5 settext( "www" );
wait 1;
hud5 settext( "www." );
wait 1;
hud5 settext( "www.Y" );
wait 1;
hud5 settext( "www.Yo" );
wait 1;
hud5 settext( "www.You" );
wait 1;
hud5 settext( "www.Yout" );
wait 1;
hud5 settext( "www.Youtu" );
wait 1;
hud5 settext( "www.Youtub" );
wait 1;
hud5 settext( "www.Youtube" );
wait 1;
hud5 settext( "www.Youtube." );
wait 1;
hud5 settext( "www.Youtube.c" );
wait 1;
hud5 settext( "www.Youtube.co" );
wait 1;
hud5 settext( "www.Youtube.com" );
wait 1;
hud5 settext( "www.Youtube.com/" );
wait 1;
hud5 settext( "www.Youtube.com/T" );
wait 1;
hud5 settext( "www.Youtube.com/Th" );
wait 1;
hud5 settext( "www.Youtube.com/The" );
wait 1;
hud5 settext( "www.Youtube.com/TheR" );
wait 1;
hud5 settext( "www.Youtube.com/TheRo" );
wait 1;
hud5 settext( "www.Youtube.com/TheRof" );
wait 1;
hud5 settext( "www.Youtube.com/TheRofl" );
wait 1;
hud5 settext( "www.Youtube.com/TheRoflR" );
wait 1;
hud5 settext( "www.Youtube.com/TheRoflRo" );
wait 1;
hud5 settext( "www.Youtube.com/TheRoflRoc" );
wait 1;
hud5 settext( "www.Youtube.com/TheRoflRock" );
wait 1;
hud5 settext( "www.Youtube.com/TheRoflRocke" );
wait 1;
hud5 settext( "www.Youtube.com/TheRoflRocket" );
wait 10;
hud5 settext( "www.Youtube.com/TheRoflRocket!" );
}
wait 10;
}


BTW the last text "www.Youtube.com/TheRoflRocket!" doesnt show so just put something random in there.... but you need it.
 
Andrew74

Andrew74

Enthusiast
Messages
824
Reaction score
219
Points
165
Sin$
7
The last text won't show up b/c you have it wait 10 secs. Also just make the last one have no text.

Oh and another thing your missing the other thread that goes with this code.

Also my code :smile:

+rep

Change the color by adding ^color#
 
TheRoflRocket

TheRoflRocket

Enthusiast
Messages
156
Reaction score
64
Points
85
Sin$
0
The last text won't show up b/c you have it wait 10 secs. Also just make the last one have no text.

Oh and another thing your missing the other thread that goes with this code.

Also my code :smile:

+rep

Change the color by adding ^color#
I dont really care about turning off the instructions
 
X

XenoPhoenix03

Enthusiast
Messages
228
Reaction score
12
Points
70
Sin$
7
wow i just posted something like this a couple days ago :blink:
 
Top Bottom
Login
Register