I'm trying to make a simple online game, and all players should be able to see the same enemies around on the screen. I have multiple instances of the same object (the enemies), how can I send the X and Y positions of them through MOOClick?
First off, MooClick is outdated and you'll want to use lacewing instead. It's much more cleaner and easier to understand than MooClick. You can get it here:
To send enemy coordinates you'll have to loop through them. Use the "For Each" object, and send each of their coordinates and make sure you send the id too. Then on the receiving end just use the "For Each" object again to loop through them and position them.