Ok, thank you very much mister !
Are you using SmartFoxServer 1 or SmartFoxServer 2X? Because this forum is about 2X, but the syntax you use seems to be the old one.
In SFS2X the userVariableUpdate event is received by the variable's owner too, but not in SFS 1. The rationale behind this was that ...
Search found 2 matches
- 15 May 2011, 13:14
- Forum: SFS2X ActionScript 3 API
- Topic: about onUserVariablesUpdate
- Replies: 2
- Views: 5961
- 09 May 2011, 18:35
- Forum: SFS2X ActionScript 3 API
- Topic: about onUserVariablesUpdate
- Replies: 2
- Views: 5961
about onUserVariablesUpdate
Hi everybody !
I'm sorry for my langage because I'm french so I hope you could understand my request:
I noticed when I use the following code:
smartFox.addEventListener(SFSEvent.onUserVariablesUpdate, updateVar);
the function updatevar runs only when other-users's variables are update. But I ...
I'm sorry for my langage because I'm french so I hope you could understand my request:
I noticed when I use the following code:
smartFox.addEventListener(SFSEvent.onUserVariablesUpdate, updateVar);
the function updatevar runs only when other-users's variables are update. But I ...