What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » is there somthing wrong with this script..?

is there somthing wrong with this script..?
Author: Message:
Jesus
Scripting Contest Winner
****

Avatar
Koffie, my cat ;)

Posts: 623
Reputation: 15
37 / Male / Flag
Joined: Jul 2005
RE: is there somthing wrong with this script..?
quote:
Originally posted by joosh00
var i = Math.floor((Math.random()*(sArray.length-1)));
should be
code:
Math.floor(Math.random()*sArray.length);
otherwise the last item will never be used. Math.random() is always <1 so if you multiply it by 14 you'll get a number between 0 and 13.999etc, which makes a maximum of 13 because of the Math.floor() function.
Man is least himself when he is in his own person. Give him a mask and he will tell you the truth. (Oscar Wilde)
03-26-2008 05:09 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
is there somthing wrong with this script..? - by joosh00 on 03-26-2008 at 04:34 PM
RE: is there somthing wrong with this script..? - by pollolibredegrasa on 03-26-2008 at 04:45 PM
RE: is there somthing wrong with this script..? - by joosh00 on 03-26-2008 at 04:49 PM
RE: is there somthing wrong with this script..? - by Jesus on 03-26-2008 at 05:09 PM
RE: is there somthing wrong with this script..? - by joosh00 on 03-26-2008 at 05:42 PM
RE: is there somthing wrong with this script..? - by joosh00 on 03-27-2008 at 12:03 AM
RE: is there somthing wrong with this script..? - by pollolibredegrasa on 03-27-2008 at 12:10 AM
RE: is there somthing wrong with this script..? - by joosh00 on 03-27-2008 at 12:16 AM
RE: is there somthing wrong with this script..? - by CookieRevised on 03-27-2008 at 01:15 AM
RE: is there somthing wrong with this script..? - by joosh00 on 03-27-2008 at 01:32 AM
RE: is there somthing wrong with this script..? - by Naruto-SR on 03-27-2008 at 01:51 AM
RE: is there somthing wrong with this script..? - by joosh00 on 03-27-2008 at 02:07 AM
RE: is there somthing wrong with this script..? - by roflmao456 on 03-27-2008 at 02:32 AM
RE: is there somthing wrong with this script..? - by joosh00 on 03-27-2008 at 02:34 AM


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