In the "move" demo, I found these lines:
infos.user.setProperty('x', params.x);
infos.user.setProperty('y', params.y);
Then it sends back to user using:
pipe.sendRaw('positions', {'x': params.x, 'y': params.y}, {'from':
infos.user.pipe});
So it looks like APE store information sent by users using
infos.user.setProperty?
More specifically , I want to know if the second user logged in, how
to get the first user's position?
Thanks!
--
You received this message because you are subscribed to the Google
Groups "APE Project" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/ape-project?hl=en
---
APE Project (Ajax Push Engine)
Official website : http://www.ape-project.org/
Git Hub : http://github.com/APE-Project/