Hi, I tried to follow the Snake Wars tutorial, I'm using FlashDevelop to compile the code, but it gets an error "Syntax error: package is unexpected." in AppWarp.as, I can't solve this issue
And also, regarding the code "client.joinRoomInRange(1,1,true);"
How does it actually work? I tried this on the Smiley Space shooter tutorial to limit the game for 2 players (since usng the initial code more than 2 players can get in the game and everytime one player moves, the red smileys in all the other games move)
I tried to replace " WarpClient.getInstance().connect(localUsername); " with " WarpClient.getInstance().joinRoomInRange(1,1,true); " in the connect_click function
It didnt work, nothing's happening when it's "connecting..." and the game can't start
Thanks a lot for the help