The XPOser game developer contest 2008

XPOGames.com Toolkit v2.0


click here to download the XPOGames toolkit testing environment (instructions inside)

Insert the following functions into your ActionScript at the appropriate places and set them according to your game (explained under each function):


getURL("http://www.xpogames.com/toolkit/xpoToolkit.swf", "_level999");
// insert this into your actionscript where your game initializes
(at the first *stopped* frame, usually when the game's main-menu is shown).
(*) Click here for integration instructions for games written in ActionScript3.

_root._level999.setScore(myscore.text);
// sets the score variable from the specified object (ie. we used a text field called 'myscore'). Embed this line in the game each time that the score in the game changes.
This function is optional and not needed if you don't have scores in your game.
(*) Click here for integration instructions for games written in ActionScript3.

_root._level999.rewindAt(1);
// insert this into your actionscript prior to the gameEnd function.
This function sets the frame that the game will jump to when the "play again" option is selected from our outro .SWF (ie. we used frame number 1). The value inside the brackets needs to be the number of the frame that your game starts at.
This function is optional if your game is built on a single frame.
(*) Click here for integration instructions for games written in ActionScript3.

_root._level999.gameEnd();
// insert this into your actionscript where your game ends (any end-game situation: win, loss, death, timeout, etc...)
(*) Click here for integration instructions for games written in ActionScript3.







The competition has ended

Winners have been announced!



Free usb flash stick! The first 100 developers to upload 3 approved games or more will receive a free, limited edition XPOGames.com USB flash stick!
Usb flash stick

Contest news

04.09.08 "Thanks everyone!
Winners list and new beta phase are now available at
http://www.xpogames.com/beta"

-XPOGames.com