What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] The Mystery Calculator

[Release] The Mystery Calculator
Author: Message:
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
O.P. [Release] The Mystery Calculator
There are 6 "cards". Pick one number from one card. Tick all the check boxes relevant to each card that your number appears on. The script will then tell you your number :p

PS: Just knocked this together so let me know what you think

.plsc File Attachment: The Mystery Calculator.plsc (2.7 KB)
This file has been downloaded 281 time(s).
<Eljay> "Problems encountered: shit blew up" :zippy:
12-03-2007 05:43 PM
Profile PM Find Quote Report
prashker
Veteran Member
*****


Posts: 5109
Reputation: 104
– / Male / –
Joined: Mar 2005
Status: Away
RE: [Release] The Mystery Calculator
lol :D
12-03-2007 09:30 PM
Profile PM Find Quote Report
Quantum
Disabled Account
*****

Away.

Posts: 1055
Reputation: -17
30 / Male / Flag
Joined: Feb 2007
RE: [Release] The Mystery Calculator
Cool (Y) I know how it works:P

Oh..wait. Everybody else does too :)
No longer here.
12-03-2007 11:02 PM
Profile PM Find Quote Report
odbod
New Member
*


Posts: 6
Joined: Oct 2007
RE: [Release] The Mystery Calculator
Actually I don't understand...
12-05-2007 06:26 AM
Profile E-Mail PM Find Quote Report
ShawnZ
Veteran Member
*****

Avatar

Posts: 3146
Reputation: 43
32 / Male / Flag
Joined: Jan 2003
RE: [Release] The Mystery Calculator
code:
function OncalcEvent_CtrlClicked(PlusWnd, ControlId){
        if(ControlId=="btn_ok"){
                var num = PlusWnd.Button_IsChecked("C1")<<0|PlusWnd.Button_IsChecked("C2")<<1|PlusWnd.Button_IsChecked("C3")<<2;
                num |= PlusWnd.Button_IsChecked("C4")<<3|PlusWnd.Button_IsChecked("C5")<<4|PlusWnd.Button_IsChecked("C6")<<5;
                Interop.Call("user32.dll","MessageBoxW",PlusWnd.Handle,"Are you ready to be amazed?\n\nThe answer is "+num+"!","Answer...",0);
        }
}

\o/

This post was edited on 12-05-2007 at 07:01 AM 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-05-2007 07:00 AM
Profile PM Web Find Quote Report
Oxy
Veteran Member
*****

Avatar

Posts: 1368
Reputation: 24
30 / Male / Flag
Joined: Jul 2006
RE: [Release] The Mystery Calculator
lolwtf.
[Image: dotlukas.gif]
12-05-2007 10:37 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


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