Search found 7 matches

by m-productions
14 Jun 2009, 21:54
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Max room "name" size + description?
Replies: 5
Views: 8975

Here we discuss the topic in details: http://www.smartfoxserver.com/forums/viewtopic.php?p=12388#12388 thanks lapo, however that is the thread I read myself in which I found out that I could not get the room var from outside that room (I search like crazy before posting). Im trying to make this pro...
by m-productions
13 Jun 2009, 15:36
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Max room "name" size + description?
Replies: 5
Views: 8975

Max room "name" size + description?

Well after finding out I can not ask for a room var from outside a room, I need a new way to store the rooms "map #" and room maker. I have three thoughts on this. The first was to make the room name roomname+"~~"+_global.username+"~~"+_root.mappick then, when I use roo...
by m-productions
08 Jun 2009, 21:40
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Building a MMO
Replies: 5
Views: 8612

http://www.smartfoxserver.com/docs/ Check out section 5.6, thats where its all at. I am actually working on my own tutorial for people who want to get straight to making a simple game (and skip some of the "chat" sections that the docs build on) However, section 5.6 has the basic idea of m...
by m-productions
07 Jun 2009, 03:42
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Building a MMO
Replies: 5
Views: 8612

Basically on the client side, youll want the clients "hero"character to move, BUT move the MC that the hero is in, in the opposite direction that the hero just moved, this will keep the hero in the same place (aka the middle) but the other characters will move around where they should. Now...
by m-productions
04 Jun 2009, 22:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: joinRoom (id); Error
Replies: 5
Views: 8508

Code: Select all

id = id_field.text 

makes id 44, but a string

Code: Select all

id = Number(id_field.text)

makes id 44, a number.
by m-productions
03 Jun 2009, 17:53
Forum: BlueBox
Topic: Error when trying to connect to bluebox
Replies: 6
Views: 12621

haha, to think of all the things I tried and all the post I read for it to be something so simple. Thank you very much for your time!
by m-productions
02 Jun 2009, 22:37
Forum: BlueBox
Topic: Error when trying to connect to bluebox
Replies: 6
Views: 12621

Error when trying to connect to bluebox

It seems that a few people that I had test my system could not connect, so i figured it was time to upgrade and try out "bluebox". I have downloaded pro, and recompiled my flash file, all is good. I have all settings as defualt, (and port forward 8080 to this comp (server)) In the swf file...

Go to advanced search