A Challenge! - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: A Challenge! (/showthread.php?tid=77821) A Challenge! by Nopraptor on 09-27-2007 at 05:04 PM
When i make my msn names, i like them to be original. something no one else does. and same goes with my fonts when i type. Ive heard theres a plugin that can change your font to a gradient colour. BUT heres the challenge! can it be done so that when your typing a message, only the first letter changes colour?! something like this... RE: A Challenge! by Spunky on 09-27-2007 at 05:17 PM
code: Should work, but gradients can't be put onto a single letter, so it's only a single colour RE: A Challenge! by Matti on 09-28-2007 at 04:09 PM
I didn't know you could "set" a substr()? code:I more like to use charAt(0) instead of substr(0,1) because it's shorter and easier to understand. (the first character uh! ) However you should note that this will NOT work on words after a new-line or tab character. I'll see if I can do the same with replace combined with a function... RE: A Challenge! by Spunky on 09-28-2007 at 06:04 PM
I did notice that after I posted it... I fixed it and developed the script and it has now been released |