Hi everybody

Ever looked at the sample apps that follovs with moo?
Did you understand anything? (of course not!)

Now im going to teach you how to make one in just five events! (you think im crazy now dont you)

Ok lets get started

You will need: moo, list object,2 buttons and 2 edit objects.

First event(connect to clickpool,set channel and sign on):

button X clicked

connect to 217.160.90.233 through port 1203
Set channel to chat
sign on(this code prevent users to sign on with the same string) str$( CountAll( MOO2 ) + 1 ) on channel chat

Wow! one event to connect only four left now!
Second event(set´s the users name):

compare two general values first value edit objectX is different than
INSERT button Y clicked

set alias to Edittext$( Edit Object X )
Destroy (edit objectX)

Third event (Sends a the message with the name in front of it):

upon pressing enter
INSERT edit object Y has input focus
INSERT compare two general values first value edit objectY is different than

(list obect) add line < + GetAlias$( MOO2 ) + > + Edittext$( Edit Object 2 )
(moo) blast < + GetAlias$( MOO2 ) + > + Edittext$( Edit Object 2 ) on subchannel 0
(Edit object Y)set text to

Yikes we are almost done now!
(recive message):

(moo) Has text to load from subchannel 0

(list object) add line RecText$( MOO2, 0 )

Ok thats four events i´l stop now... just kidding here is the last event(makes the list follow the last message and select it):

always

set the current line List Nb Lines( List ) - 1 (you propably want to know wy im subtract it by one it´s because the list object is very bad in math and always count one line two times. lol X) )

Thats it! you´ve done it congratulations! {happybirthday}