Search found 8 matches

by Cloov
22 Nov 2011, 12:53
Forum: SFS2X ActionScript 3 API
Topic: Connecting without config XML
Replies: 4
Views: 9021

We resolved this, thanks to this post, but we now have another question. We're using the SFS2X 2.0.0.RC1b patch, and I know BlueBox changed in this release compared to the previous one, and I'm suspicious our BlueBox behaviour has changed since this patch, primarily in how we can control BlueBox fro...
by Cloov
24 Oct 2011, 11:17
Forum: SFS2X Questions
Topic: Add user variables on server extension
Replies: 4
Views: 6391

I think I've worked it out. I'm using ArrayList, and I can see my player variables now on the client!
by Cloov
24 Oct 2011, 11:02
Forum: SFS2X Questions
Topic: Add user variables on server extension
Replies: 4
Views: 6391

Thanks. I was struggling with the creation of the List. I'm quite new to Java, and I expected to have to construct the list, so I was trying this: List<UserVariable> variables = new List<UserVariable>(); variables.add(new SFSUserVariable("someValue", true)); But this doesn't work, as the c...
by Cloov
22 Oct 2011, 23:09
Forum: SFS2X Questions
Topic: Add user variables on server extension
Replies: 4
Views: 6391

Add user variables on server extension

Hi all, I'm trying to work out how to add some user variables to players as I set them up for our gameplay. As a player makes a request to be match-made into a particular type of game, I want to have the server decide what variables to give that player. I know the AS3 API could be used to set those ...
by Cloov
05 Oct 2011, 07:10
Forum: SFS2X ActionScript 3 API
Topic: Synchronicity of AS3's room list user counts
Replies: 2
Views: 5313

Thanks, that's very useful!
by Cloov
04 Oct 2011, 14:11
Forum: SFS2X ActionScript 3 API
Topic: Synchronicity of AS3's room list user counts
Replies: 2
Views: 5313

Synchronicity of AS3's room list user counts

Hi all, I'm wondering how the room lists on client APIs (the AS3 one in particular) are kept up to date. Since this is a non-instantaneous process, I imagine, since data needs to be passed back to the client to let it know the state of rooms, how should I be doing the following: My client is ready t...
by Cloov
04 Oct 2011, 13:59
Forum: SFS2X ActionScript 3 API
Topic: Connecting without config XML
Replies: 4
Views: 9021

Connecting without config XML

Hi all, I couldn't find this question elsewhere but I imagine it's a common one: We want to be able to perform a connect to SmartFox, in AS3, without first using the loadConfig method. I saw some possible approaches for doing this, but I couldn't get it to work. I used another of the connect methods...
by Cloov
04 Oct 2011, 13:45
Forum: SFS2X ActionScript 3 API
Topic: joinedRooms not showing rooms created with SFSApi.createRoom
Replies: 1
Views: 3986

joinedRooms not showing rooms created with SFSApi.createRoom

Hey, I'm using getApi().createRoom on our Java zone extension, and adding our users to this using room.addUser(user), but when I then want to have our Flash client to send an ExtensionRequest with the constructor taking a room, I can't find a reference to my createRoom()-created room in the joinedRo...

Go to advanced search