Compiling the PSK Sample Game
AddThis Social Bookmark Button

Included with the Platformer Starter Kit is the same sample / demo game that you can play on the website.  After purchasing the Kit, this is how you can compile the sample game for your own usage:

#1) Unzip the Kit into your workspace


#2) Select File->New->Actionscript Project


#3) Enter "platformer_starter_kit" for the project name, and click "Next"

#4) Enter "PlatformerDemo.as" for the main application file name, and click "Finish".



Depending on your version of Flex / Flash Builder and default compilation options, you may also need to perform the following step:
#5) Select Project->Properties, then ActionScript Properties, and for Additional Compiler Arguments enter:
"-locale en_US --keep-as3-metadata+=TypeHint,EditorData,Embed -static-link-runtime-shared-libraries=true"



If you get security warnings, and none of the graphics are embedding / showing properly, you also may need to add "-use-network=false" to the compiler options.

#6) Click "Debug" or "Run" to run the demo game!

And that's it!  Please feel free to read and post on the Support Forum if you have any issues.