Search found 36 matches

by Carl
07 Feb 2007, 17:01
Forum: SmartFoxServer 1.x Discussions and Help
Topic: API for director
Replies: 6
Views: 10440

Someone is doing it

Someone on this forum is building a Smartfox / flash / Director bridge. He said it would be done in about 2 weeks.
by Carl
01 Feb 2007, 04:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Director MX and Smartfox Pro
Replies: 1
Views: 4994

Director MX and Smartfox Pro

I've read here that Smartfox can be used with many socket applications. i intend to use it with Director. I did a search on this site and didn't see anyone else talking about doing that. I plan on embedding a Flash object into Director, and relaying commands and information to Smartfox through the F...
by Carl
01 Feb 2007, 04:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: AdminTool.swf Mystery (Stopped working)
Replies: 2
Views: 5377

Did you change your config file in some way?

Did you change your config file in some way?
by Carl
30 Jan 2007, 17:57
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Trying to set up admin swf on webpage
Replies: 7
Views: 11891

Thank you Lapo

We fixed it; there was amistaje with the config file.

Sorry again for the bother.

-Carl
by Carl
30 Jan 2007, 01:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Trying to set up admin swf on webpage
Replies: 7
Views: 11891

Yes, I'm on a mac, but my partner just tried it on a windows XP, the admin wouldn't log in. To be clear, the errors that I see are when I log into the server remotely, run the admin from the server desktop, and check the admin logs. What, specifically, do the errors mean? Generic Exception in accept...
by Carl
29 Jan 2007, 15:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Trying to set up admin swf on webpage
Replies: 7
Views: 11891

Remote Admin Problem

A#1: I tried it both ways. The admin tool works fine when running from the desktop of the server computer, but not when I run it from my own desktop, or from a webpage. Of course, I put in the correct IP when on my desktop or on webpage. A#2: This error is logged each time, and there are always 2 in...
by Carl
27 Jan 2007, 19:58
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Trying to set up admin swf on webpage
Replies: 7
Views: 11891

Trying to set up admin swf on webpage

I'm trying to set up the admin tool on a webpage so I won't have to terminal into my server every time I want to change my config file, and just for ease of use. I can't connect to the server this way, using the correct Ip, user and password. I have to check to see if the port is right. Anyway, I no...
by Carl
15 Jan 2007, 23:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Need Help!! Please Help ME!!!
Replies: 3
Views: 7347

What you have to do is this. 1. Each hittest you do that is negative (not hitting), save the _x and _y positions in some variables, for that movieclip (avatar). 2. Then, when the hittest is positive (you are hitting a plant), use the variables to jump back to the last position you were in that wasn'...
by Carl
14 Jan 2007, 21:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Avatar chat help
Replies: 1
Views: 4678

You mean manke an avatar invisible?

You mean manke an avatar invisible? And have that property be saved for the avatar for when another player comes in?

Or are you talking about something else?

You could add a player variable that keeps track of visibility.
by Carl
11 Jan 2007, 18:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: need help sugestions
Replies: 4
Views: 8419

The array might look something like this

The array might look something like this. CribArray=[ ["couch",32,128] , ["chair1",200,94] , ["rug",332,100] ] Although I would probably use number sfor the furniture instead of names because it's smaller to send and retrieve than a string, and the number can be used ot...
by Carl
11 Jan 2007, 01:10
Forum: SmartFoxServer 1.x Discussions and Help
Topic: need help sugestions
Replies: 4
Views: 8419

Sounds like a job for a database

It sounds like this functionality only needs a database. Here's an overview: Let the user arrange his room. As he does this each furniture he selects is added to an array. When he places it the position is also added to the array. Save the array containing the name of the crib owner, each piece of f...
by Carl
08 Jan 2007, 21:27
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Newbie to this Thing: Is it possible to do this?
Replies: 2
Views: 5743

Yes, it is

Absolutely that's possible. I wouldn't be hard for someone who has decent Flash scripting skills and has taken a week or so to go through the tutorials and manual. Basically, you'd need to use one of the example files to create a lobby system (so people can log into the server and join a room) and t...
by Carl
05 Jan 2007, 19:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: deleting a room
Replies: 13
Views: 18772

What command does the admin tool use to destroy room?

What command does the admin tool use to destroy room?

I guess we don't have the source for that one...

Do you need to be an admin to destroy a room?
by Carl
05 Jan 2007, 17:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: deleting a room
Replies: 13
Views: 18772

deleting a room

I guess this is an extremely dumb question, but how do you force a room to be deleted? In the manual I see these methods: createRoom getRoom leaveRoom but no DeleteRoom or removeRoom I need the users to always be connected to the main lobby so they can chat with all other players. They can also at t...
by Carl
04 Jan 2007, 20:25
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Create room and room variables not coming i
Replies: 18
Views: 25878

This problem has been solved

This problem has been solved, ask marco about it if he hasn't contacted you already.

Also, "gameType" was just the name of MY variable; yours would be whatever you called it.

Go to advanced search