Copy link to clipboard
Copied
2 questions.
1) I want to create a multiplayer iOS game using AIR, but I don't really see any options to make it happen. Game Center would be ideal but as far as I know there are no ANE's to do this, have I missed them? or are there other options?
2) I'm a big fan of parse.com and their services, are there any ways to get them working AIR/AS3 ?
Thanks for any advice.
Copy link to clipboard
Copied
Actually there is a Game Center ANE. You can download it from: https://github.com/StickSports/ANE-Game-Center
Copy link to clipboard
Copied
It doesn't incorporate multiplayer.
Copy link to clipboard
Copied
Check this one out as well, Milkman does great work.
http://www.milkmangames.com/blog/2011/11/20/announcing-native-ios-game-center-for-adobe-air/
Copy link to clipboard
Copied
He does indeed, i've bought a few ANE's from him, including the one you linked to, but unfortunately that ANE doesn't include turn-based functionality.
Copy link to clipboard
Copied
Check the GameCenter ANE here:
http://gaming.adobe.com/technologies/gamingsdk/
The ANE has multiplayer support. However turn by turn based matches are still on the TO-DO list. ![]()
Copy link to clipboard
Copied
Nuts, just when I was totally convinced I need to stay on the path of learning/creating a obj-c/iOS game along comes this. The 2 stand outs for me are Game Center Multiplayer and testFlight integration, those 2 are pretty big but Adobe really really need to put in turn-based integration into that GC ANE as soon as humanly possible as it's going to be what most people I presume will want to use.
Hmm now I have a decision to make.
Copy link to clipboard
Copied
Just downloaded FB 4.7 and gaming SDK, setup a actionscript Mobile application, went through the different stages, went to the ANE folder, selected game center ANE, and it came up with an error...
"This ANE does not support desktop (Mac) platform"
?
Copy link to clipboard
Copied
Once you create an AS project, go to Project properties, then ActionScript Build Path, click on Add ANE and select the ANE from the ANE folder.
Next, go to ActionScript Build Packaging, Apple iOS, Native Extensions and select the ANE.
Copy link to clipboard
Copied
I did that, but I did it as the first stage as I was setting up a mobile actionscript project, and I got the error.
Copy link to clipboard
Copied
Did what you said, but in the actionscript build path/native extensions there's still a little red cross on the Game Center ANE.
Copy link to clipboard
Copied
GameViewPoint - Do I read the documentation correctly that the gaming sdk only supports real-time multiplayer (ie not turn based multiplayer?). Have you seen a turn-based game center ANE? Thanks.
Copy link to clipboard
Copied
We have just released a GameKit ANE that includes support for both turn-based and real-time Game Center matches. For turn-based matches specifically, you listen to three important events, and make one call each to advance turn, assign match outcome, and end game.
This ANE also provides a low-level API to the FULL native GameKit framework if you need more advanced functionalities. That's right, the COMPLETE native GameKit framework with all the GK classes, properties, methods, delegates, and callback functions!
It supports iOS Simulator but some functionalities do not work as this is the case for native code also, as stated in the iOS documentation.
Check it out at https://airextensions.net/shop/extensions/game-kit-by-vitapoly/, and please let us know any comments or questions.
Copy link to clipboard
Copied
We start to develop exactly what you are look for Air native extension for Parse http://parse-ane.launchrock.co/
Find more inspiration, events, and resources on the new Adobe Community
Explore Now