What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » General Chit Chat » Web Geek Contest - W/ Prize

Web Geek Contest - W/ Prize
Author: Message:
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: Web Geek Contest - W/ Prize
function guessinggame() {
  var seed = Math.random() * 9
  var rand = Math.floor(1 + seed);
  var gues
  while (gues != rand) {
    gues = prompt("Guess the number and you'll get a cookie!!")
    if (gues < rand) { alert(gues+" is too low.") }
    else if (gues > rand) { alert(gues+" is too high.") }
  }
  alert("Amazing, you got it right.")
}

guessinggame()

This post was edited on 12-01-2005 at 11:11 PM by ShawnZ.
Spoiler:
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
the game.
12-01-2005 10:53 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Web Geek Contest - W/ Prize - by thc2010 on 12-01-2005 at 10:42 PM
RE: Web Geek Contest - W/ Prize - by Stigmata on 12-01-2005 at 10:47 PM
RE: Web Geek Contest - W/ Prize - by ShawnZ on 12-01-2005 at 10:53 PM
RE: Web Geek Contest - W/ Prize - by DJeX on 12-01-2005 at 11:06 PM
RE: Web Geek Contest - W/ Prize - by thc2010 on 12-02-2005 at 12:17 AM
RE: Web Geek Contest - W/ Prize - by wj on 12-02-2005 at 12:32 AM
RE: Web Geek Contest - W/ Prize - by ShawnZ on 12-02-2005 at 02:18 AM
RE: RE: Web Geek Contest - W/ Prize - by thc2010 on 12-02-2005 at 02:35 AM
RE: Web Geek Contest - W/ Prize - by ShawnZ on 12-02-2005 at 02:21 AM
RE: Web Geek Contest - W/ Prize - by surfichris on 12-02-2005 at 02:40 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