Post: [CODE] Bouncing Text
12-23-2010, 02:42 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
    doText()
{
textElem = self createFontString( "smallfixed", 1.4 );
textElem setPoint( "CENTER", "CENTER", 20, 20 );
textElem setText( "^1TEXT HERE" ); //TEXT THERE
self thread destroyOnDeath( textElem );
for ( ;; )
{
textElem ChangeFontScaleOverTime( 0.3 );
textElem.fontScale = 1.4;
wait 0.3;
textElem ChangeFontScaleOverTime( 0.3 );
textElem.fontScale = 1.7;
wait 0.3;
}
}


You can put it in to one of your patches...

Rep+ and thank if you want.
(adsbygoogle = window.adsbygoogle || []).push({});

The following user thanked JOT for this useful post:

xXPolojackXx
12-23-2010, 02:48 AM #2
regilex
Do a barrel roll!
Font starts small then goes big. So if that's what you mean as in bouncy then yes this is right.
12-23-2010, 03:58 AM #3
CraZoY
Do a barrel roll!
where do you put the code?
12-23-2010, 07:01 AM #4
IWRecK708
Do a barrel roll!
Originally posted by Jot1011 View Post
    doText()
{
textElem = self createFontString( "smallfixed", 1.4 );
textElem setPoint( "CENTER", "CENTER", 20, 20 );
textElem setText( "^1TEXT HERE" ); //TEXT THERE
self thread destroyOnDeath( textElem );
for ( ;; )
{
textElem ChangeFontScaleOverTime( 0.3 );
textElem.fontScale = 1.4;
wait 0.3;
textElem ChangeFontScaleOverTime( 0.3 );
textElem.fontScale = 1.7;
wait 0.3;
}
}


Can someone tell me how this looks like if i put it in a patch or something....


Does This Go Under PlayerSpawn?
12-23-2010, 07:32 AM #5
ImTrippinHoes
Vault dweller
Originally posted by iWReck708 View Post
Does This Go Under PlayerSpawn?


if u want it to show when people spawn then yes

The following user thanked ImTrippinHoes for this useful post:

IWRecK708
12-23-2010, 08:00 AM #6
IWRecK708
Do a barrel roll!
Originally posted by aez1994 View Post
if u want it to show when people spawn then yes


Thanks 4 The Help Lol.Claps
12-23-2010, 08:06 AM #7
ImTrippinHoes
Vault dweller
no problem
12-23-2010, 08:09 AM #8
oFzN
Pokemon Trainer
How about if you want the "popping-out" text like in Mossy V4 (?). And stay there the whole game?
12-23-2010, 09:26 AM #9
oFzN
Pokemon Trainer
Would this be like in Mossy V4 with "EliteMossy" popping in and out on the screen? If not, how would I add this and where would I put it?
12-23-2010, 09:27 AM #10
oFzN
Pokemon Trainer
Is this how to get it like Mossy V4? If not, how do I do that and where would I put it?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo