• 2 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] Flashy Text
#1
Hi, OMA

I released this code on another website, so, Ill put it here too, Troll

Use:

Code:
self.text = self createfontstring("default",1.7,self);
self.text setpoint("","",0,0);
self.text settext("This is Flashy but OMA is cooler");
self MakeFlashyText(self.text);

Code:

Code:
MakeFlashyText(elem)
{
    self endon("death");
    self endon("disconnect");
    for(;;)
    {
        elem.color = (randomfloat(1),randomfloat(1),randomfloat(1));
        wait 0.05;
    }
}

OMA
  Reply
#2
what is randomfloat 1?
  Reply
#3
Good Job Yamato Big Grin :OMA:
  Reply
#4
(11-06-2011, 09:37)krijnrien Wrote: what is randomfloat 1?

A random value from 0 to 1 which could be a number like:

0.453521,0.878474,0.123456....

@aosma8 OMA for you
  Reply
#5
ah ok ty for information yamato
  Reply
#6
Again a helpful thread, thanks Yamato!
OMA
  Reply
#7
soo...
plz tell me if this is correct.

elem.color = (randomfloat(2),randomfloat(2),randomfloat(2));
this will take a random number/ color between 0 and 2?
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting text from a website JustDoingThisShit 2 2,575 10-21-2013, 08:00
Last Post: JustDoingThisShit
Information How to change text messages in MP (.ff edit) giofrida 5 4,347 05-02-2013, 20:05
Last Post: Pozzuh
  Upload Clipboard Text data to a server DidUknowiPwn 14 7,348 04-13-2013, 14:48
Last Post: SuperNovaAO
  text book [HARD] Tony. 2 2,448 03-13-2013, 19:39
Last Post: Nekochan
Question Help Print text on screen koro35 4 4,291 11-18-2012, 00:24
Last Post: koro35
  Help writing text to file (VB2008) dylankrajewski 2 2,900 11-05-2012, 14:32
Last Post: dylankrajewski
  [Request] Defferent text display for clan members and others islamsaab 7 3,621 09-20-2012, 20:22
Last Post: DidUknowiPwn
Wink [Tutorial] Easy | How to read text from .ff file's rotceh_dnih 18 15,146 09-06-2012, 08:18
Last Post: Blee
  [Request] Ping Text visible plugin b00mmolo 2 2,675 05-14-2012, 16:23
Last Post: b00mmolo
  Read Client Offset Value or Text zraile 1 2,302 04-06-2012, 03:00
Last Post: Nukem

Forum Jump:


Users browsing this thread: 1 Guest(s)