Search found 3 matches

by bpresnell
25 Oct 2010, 17:34
Forum: OpenSpace v2 discussions and help
Topic: AvatarEvent.ROLL_OVER
Replies: 3
Views: 7151

AvatarEvent.ROLL_OVER

For some reason this event doesn't seem to be firing. The underlying movieClip seems to get the flash mouse over event, but no OpenSpace AvatarEvent is generated. I checked the client configuration has: <EnableAvatarMouseEvents>1</EnableAvatarMouseEvents> And AvatarEvent.CLICK seems to get generated...
by bpresnell
23 Feb 2010, 19:56
Forum: Java2SE / Android Client API
Topic: About Java API to simulate Openspace npc problem.
Replies: 18
Views: 42789

Further Clarifying

So in my extension I do the follow: User u = extensionHelper.createNPC() to create a user have u join a room. Set up a task that gets called every 30 seconds(Assuming the idle timeout > 30). In this task I send a public message from u. Should npc u get logged out for being idle? Or do I need to crea...
by bpresnell
22 Feb 2010, 06:29
Forum: Java2SE / Android Client API
Topic: About Java API to simulate Openspace npc problem.
Replies: 18
Views: 42789

Just to make sure I understand this.

If I want an NPC that isn't regularly logged out, I need to create a server extension that uses createNPC to create a user object. Then to keep the NPC from being logged out for being idle, I must have an instance of a smart fox server client that sends requests to the server on behalf of the NPC? I...

Go to advanced search