The Daily Click ::. Forums ::. Klik Coding Help ::. TGF HELP! Trying FLAVA's Making an online game with Moo clikc part 1
 

Post Reply  Post Oekaki 
 

Posted By Message

awesomeasapossum



Registered
  16/01/2006
Points
  181
26th October, 2006 at 20:25:50 -

It's gone fine so far but when I get to this part:


+ MooClick: User - On user is here
- Create Other Player at 150,100
- Set alterable value A of Other Player to PCU_GetID( MooClick )

It says that it can't understand my expression.

If it doesn't work because of TGF is there a way to make Online Games in TGF with moo click?
Help!



 
www.kqix.com
The Final King's Quest

awesomeasapossum



Registered
  16/01/2006
Points
  181
27th October, 2006 at 08:33:31 -

The closest thing I could get was P_GetID(MooClick) is that the same thing?

 
www.kqix.com
The Final King's Quest

awesomeasapossum



Registered
  16/01/2006
Points
  181
27th October, 2006 at 08:35:48 -

Never mknd it's because I didn't have "'s around MooClick. LOL. Thanks Phizzy.

 
www.kqix.com
The Final King's Quest

awesomeasapossum



Registered
  16/01/2006
Points
  181
27th October, 2006 at 08:43:02 -

I'm stuck again.

+ MooClick: Player - On Message
+ P_OnMessage_GetSubchannel( MooClick ) = 0
+ Value A of Other Player = PCU_GetID( MooClick )
- String Parser: Set source string to P_OnMessage_GetText$( MooClick )
- Set X position of Other Player to Val( listGetAt$( String Parser, 1 ) )
- Set Y position of Other Player to Val( listGetAt$( String Parser, 2 ) )
- Set value B of other player to Val( listGetAt$( String Parser, 3 ) )
- Set value C of other player to Val( listGetAt$( String Parser, 4 ) )


+ P_OnMessage_GetSubchannel( MooClick ) = 0 <- WHAT IS THIS? Where can I find it?!

 
www.kqix.com
The Final King's Quest

Flava



Registered
  30/07/2002
Points
  684

Has Donated, Thank You!Code MonkeyVIP MemberThe Cake is a LieThe Spinster
27th October, 2006 at 08:48:10 -

You need to use the "Compare two general values" condition - in MMF it is found under the "Special" conditions tab. However I am not even sure if TGF has it (I don't have TGF I'm afraid)

 
This is a signature. Have this one on me.

Tim

I'm on here way too much

Registered
  25/08/2006
Points
  132

You've Been Circy'd!Clickzine StaffSilverNova MemberVIP MemberTurtle Power!Evil klikerWii OwnerHero of TimeGhostbuster!Pokemon Ball!
27th October, 2006 at 09:00:59 -

Its amazing how unnoticed that event goes! Once you know its there you wonder how you done without it.. imo

 
http://www.SilverNova.co.uk


axel

Crazy?

Registered
  05/02/2005
Points
  4766

Game of the Week WinnerYou've Been Circy'd!
27th October, 2006 at 10:30:05 -

Flava: It's the same for TGF. Compare two general values, under special conditions.

 
n/a

awesomeasapossum



Registered
  16/01/2006
Points
  181
27th October, 2006 at 10:58:45 -

HELP! What the heck's a text blitter? How can I get one? Is there something like one in TGF that I can use? HELP!

 
www.kqix.com
The Final King's Quest

DaVince

This fool just HAD to have a custom rating

Registered
  04/09/2004
Points
  7998

Game of the Week WinnerClickzine StaffHas Donated, Thank You!Cardboard BoxDos Rules!
27th October, 2006 at 12:12:42 -

MMF extension.

 
Old member (~2004-2007).

Flava



Registered
  30/07/2002
Points
  684

Has Donated, Thank You!Code MonkeyVIP MemberThe Cake is a LieThe Spinster
27th October, 2006 at 13:15:59 -

Just use a string object instead.

 
This is a signature. Have this one on me.

awesomeasapossum



Registered
  16/01/2006
Points
  181
27th October, 2006 at 17:45:46 -

I just finished and was testing. I can't join! Any common mistakes?

 
www.kqix.com
The Final King's Quest

axel

Crazy?

Registered
  05/02/2005
Points
  4766

Game of the Week WinnerYou've Been Circy'd!
27th October, 2006 at 18:07:15 -

What do you mean you can't join? Can't you connect, or? You can try making a debug string, to get errors from the MooClick object. Like this:

* MooClick: On error
- String: Set alterable string to E_OnError_GetMessage$( "MooClick" )

The MooClick connect routine is fairly simple. First, you set your name to whatever, and then you connect to a server, and sign on to a channel. Here's a list of public MOO servers:

http://www.inventiveminds.dk/mos/default.asp?mode=servers

The port number is usually 1203 or 1209. The channel name can be anything. After you've connected and signed on, you can start sending messages and stuff. But check the server, it could be down or something.

Image Edited by the Author.

 
n/a
   

Post Reply



 



Advertisement

Worth A Click