I am using the Nonoba AS3 Multiplayer API and am loading an AS2 swf from the AS3 file that acts as the main game and overlaps the AS3 file. Now, the problem is that I can’t detect the x, y position of a movieclip in the AS2 file. Well, i don’t know how to. I need to do this so I can send connections to the server of the x,y position of the player so everyone will be able to see it. Well, at least I think that’s how it’s done. I use:
Fefan said
a long time ago | Post #1connection.Send("MainPlayer", xOfMainPlayer, yOfMainPlayer);
Is that how you send connections so other users online can see the MainPlayer moving, or am I just doing things terribly wrong? Thanks :)