Using the FREE Adobe Gaming SDK 1.3 example of the GameCenter does not work/compile. When I try to create an instance of GameCenterController, it says that it is null.
// Class var private var gcController : GameCenterController;
// In the constructor after GameCenterController.isSupported = true. gcController = GameCenterController(); trace( gcController ); // Returns null.
I am just trying to NOT spend $70 on some code from MilkManGames (http://www.milkmangames.com/blog/tools/#iosgc) when this should work just fine, provided free from the source.
Thoughts?