What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Gradient text problem

Gradient text problem
Author: Message:
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
Joined: Oct 2003
RE: Gradient text problem
crank, your code sucks tbh. I mean, no else, the use of a boolean when unecessary, and an unreachable statement!
code:
if (Message.charAt(0) == "/") return(Message);
Color1 = Math.floor(Math.random() * Color_Max);
Color2 = Math.floor(Math.random() * Color_Max);
return Parse_Text(Color1, Color2, Message);

is how it should look.

Edit: From 10 lines to 4!

This post was edited on 07-02-2006 at 02:31 PM by RaceProUK.
[Image: spartaafk.png]
07-02-2006 02:30 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Gradient text problem - by Llama_dude on 07-01-2006 at 09:31 PM
RE: Gradient text problem - by RaceProUK on 07-02-2006 at 12:05 AM
RE: Gradient text problem - by Llama_dude on 07-02-2006 at 11:51 AM
RE: Gradient text problem - by crank on 07-02-2006 at 11:58 AM
RE: Gradient text problem - by Llama_dude on 07-02-2006 at 01:13 PM
RE: Gradient text problem - by RaceProUK on 07-02-2006 at 02:30 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On