Search found 19 matches

by kuzniz
16 Jul 2014, 23:52
Forum: OpenSpace v2 discussions and help
Topic: Smartfox 2.9 and openspace
Replies: 2
Views: 12060

Smartfox 2.9 and openspace

I just install the new 2.9 smart fox server and the openspace zone is not starting . getting the error 02:02:09,335 INFO [main] managers.SFSRoomManager - Room created: { Zone: openspace }, [ Room: MOBILE, Id: 1, Group: default, isGame: false ] java.lang.NoClassDefFoundError: gotoandplay/utils/defrag...
by kuzniz
09 Mar 2014, 18:51
Forum: OpenSpace v2 discussions and help
Topic: using openspace and red box
Replies: 3
Views: 13361

Re: using openspace and red box

can you put here please a sample code how to do it ?
by kuzniz
27 Feb 2014, 16:29
Forum: OpenSpace v2 discussions and help
Topic: NPC in openspace
Replies: 0
Views: 13977

NPC in openspace

Get I get a demo code of how to do an NPC ( somethiong like "running mouse" ) in openspace ?

Shachar
by kuzniz
25 Feb 2014, 19:18
Forum: OpenSpace v2 discussions and help
Topic: get smartfox events in openspace
Replies: 1
Views: 10340

get smartfox events in openspace

Hi, I would like to get the smartfox event in openspace flex project getting the openspace events are by : openSpace.addEventListener(LoggerEvent.INFO, onLoggerEvent) openSpace.addEventListener(LoggerEvent.WARNING, onLoggerEvent) openSpace.addEventListener(LoggerEvent.ERROR, onLoggerEvent) I have tr...
by kuzniz
24 May 2013, 19:33
Forum: OpenSpace v2 discussions and help
Topic: swf skin is not loading in the first time
Replies: 10
Views: 23056

Re: swf skin is not loading in the first time

just the skin file is bigger , the loading code is exatlly the same
by kuzniz
27 Apr 2013, 21:48
Forum: OpenSpace v2 discussions and help
Topic: map max size
Replies: 1
Views: 10635

map max size

Hi,

Is it possible to make a map larger then 100x100 tiles ?

if not , is there another option to make a large room ?

regards
by kuzniz
16 Mar 2013, 18:00
Forum: OpenSpace v2 discussions and help
Topic: swf skin is not loading in the first time
Replies: 10
Views: 23056

Re: swf skin is not loading in the first time

Hi, I am using the sample code ---------------------------------------------- mapAssetsLibrariesAppDomain = new ApplicationDomain() var fileNames:Array = skinSwfFilenames.concat(bgSwfFilenames) loadCounter = fileNames.length tempLoaders = [] // We have to keep a reference to the loaders to avoid a b...
by kuzniz
08 Mar 2013, 07:49
Forum: SFS2X Questions
Topic: kick off already sign on user
Replies: 8
Views: 9945

Re: kick off already sign on user

I got the "force logout" flag in the zone config, it solve my problem
by kuzniz
07 Mar 2013, 23:37
Forum: SFS2X Questions
Topic: kick off already sign on user
Replies: 8
Views: 9945

kick off already sign on user

Hi,

I would like to enable the user to always log in , so if he is already login in a different session his old session would be kick off.

is it possible ? how ?

shachar
by kuzniz
07 Mar 2013, 23:32
Forum: OpenSpace v2 discussions and help
Topic: swf skin is not loading in the first time
Replies: 10
Views: 23056

swf skin is not loading in the first time

./Hi, I am using the example class for loading the map. using a custom map. when I clear the browser cache, usually ( not all time) the skin library is not loaded and when openSpace.renderMap() method is called the skins are not painted on the map , causeing user confusion. when refreshing the page ...
by kuzniz
22 Dec 2012, 11:01
Forum: OpenSpace v2 discussions and help
Topic: graphics for avatar sit down
Replies: 3
Views: 7834

Re: graphics for avatar sit down

Hi, thanls for your replay , the problem was the if statment , I have needed to created an object ans to pass it to the state and not work with just a string something like var avatarState:Object = {} avatarState.id = "sit" this.openSpace.setMyAvatarState(avatarState); and the avatar is no...
by kuzniz
16 Dec 2012, 00:30
Forum: OpenSpace v2 discussions and help
Topic: graphics for avatar sit down
Replies: 3
Views: 7834

graphics for avatar sit down

Hi there, Can I get a demo of avatar sitiing down code ? , I am not able to make the proper graphics for it. I Have tried to make the avater to move near the chair by "movemyavatar" command - it work. then I have teleport it to the chair (work also) and change the state to sit "this.o...
by kuzniz
19 Oct 2012, 21:17
Forum: OpenSpace v2 discussions and help
Topic: adding image in runtime to a supertile
Replies: 1
Views: 5075

adding image in runtime to a supertile

Hi,

I aould like to add in runtime an image for a supertile placed on the map, what approch to take ?

shachar
by kuzniz
13 Apr 2012, 16:55
Forum: OpenSpace v2 discussions and help
Topic: using openspace and red box
Replies: 3
Views: 13361

using openspace and red box

Hello,

How do I use the openspace and the redbox in the same application ( using the same zone) ?

I have notice that in SFS2X we can use only one extention

regards

Shachar
by kuzniz
13 Apr 2012, 16:51
Forum: OpenSpace v2 discussions and help
Topic: using skin object for transfering DisplayObject to Avatar i
Replies: 2
Views: 6537

Re: using skin object for transfering DisplayObject to Avata

hi,

I have solved it by putting the imagein url sending the url test and then attaching the images

10x

Go to advanced search