Search found 7 matches

by ChrisP
18 Jul 2011, 14:58
Forum: OpenSpace v2 discussions and help
Topic: Avatar Position
Replies: 1
Views: 4505

Avatar Position

Is there no way to get the current position of the avatar from server-side code? We are creating a real-time RTS game and currently evaluating OpenSpace to use as the Isometric engine. This will be multi-player so we need to be able to control NPC Avatars from the server-side of things. But it doesn...
by ChrisP
18 Jul 2011, 14:45
Forum: SFS2X ActionScript 3 API
Topic: AS3 API updated (v0.9.17)
Replies: 14
Views: 22202

Heh, I know what's happening :) For some reason when I double-click to unzip it in Finder on the Mac it also decides to unzip the SWC file (SWC files are zip files? I didn't know that) as well, so I end up with a SWF and the catalog.xml file.

Thanks for the fix!
by ChrisP
18 Jul 2011, 14:40
Forum: SFS2X ActionScript 3 API
Topic: AS3 API updated (v0.9.17)
Replies: 14
Views: 22202

Hmmm, I just downloaded it as well and received the archive containing the swf and xml file. I'll try from a different browser I guess. But I hadn't downloaded it before for it to be cached.
by ChrisP
14 Jul 2011, 16:06
Forum: OpenSpace v2 discussions and help
Topic: OpenSpace 2.04 and SFS2X RC3 issue
Replies: 9
Views: 15367

I was able to reproduce the error in the OpenSpace example by adding an avatarClick event handler. In the handler I do this: private function onAvatarClicked(evt:AvatarEvent):void { var avatar:Avatar = openSpace.getAvatarById(evt.params.id); if (avatar.isMyAvatar) return...
by ChrisP
14 Jul 2011, 15:02
Forum: OpenSpace v2 discussions and help
Topic: OpenSpace 2.04 and SFS2X RC3 issue
Replies: 9
Views: 15367

I've replaced my libraries several times even after downloading the latest versions just to be sure I am using the correct version. The error is still occurring. If it makes any difference the number from the error is the ID of the user. Could this be happening because I am using SmartFoxBits? I tri...
by ChrisP
13 Jul 2011, 22:47
Forum: OpenSpace v2 discussions and help
Topic: Allow Avatar to rest between tiles
Replies: 1
Views: 4659

Allow Avatar to rest between tiles

I was wondering if it would be possible to make it so the avatar isn't required to be resting in the middle of a tile. Currently the movement precision is limited by the tile size since an avatar can't move to a position other than in the middle of a tile. Could this also be related to the jumping b...
by ChrisP
13 Jul 2011, 22:41
Forum: OpenSpace v2 discussions and help
Topic: OpenSpace 2.04 and SFS2X RC3 issue
Replies: 9
Views: 15367

OpenSpace 2.04 and SFS2X RC3 issue

I just upgraded SFS2X and OpenSpace to the latest versions and I am getting this error: TypeError: Error #1034: Type Coercion failed: cannot convert 0 to de.polygonal.ds.Hashable. at de.polygonal.ds::HashSet/set() at com.smartfoxserver.v2.requests::GenericMessageRequest/executeObjectMessage&...

Go to advanced search