Download and install FlashDevelop IDE.
Open the FlashDevelop project file base-game-wrapper.as3proj
.
Open file bat/SetupSDK.bat
and edit:
- the
FLEX_SDK
(the Flex SDK is included in the FlashDevelop) - the
ANDROID_SDK
(if want to build for Android)
In the command line run bat/CreateCertificate.bat
to create a self-signed certificate to be used for Android.
Open the class GameRootImpl
and override the functions as defined in the [GameRoot API documentation] (http://fjorge.github.io/pg-sdk-as3/apidocs/com/presenttechnologies/phunegaming/client/platform/view/game/GameRoot.html).
For more information, including example usages, please browse the asDocs.
Copyright (c) 2014 Present Technologies
Licensed under the MIT license.