•  

  • Looking for something?

  • Posts in this page


Development Blog
 - Posts under ‘Actionscript 3’

The 2nd Come2Play Competition – $10,000 in Prizes

Making an awesome game? why not join the ‘2nd Games that Challenge the World Contest!’ Come2Play with LinkedIn Flash Game Developers Group has launched the 2nd multiplayer flash game contest, and this time with prizes totaling $10,000! Last years contest had only a handful of entries, so chances of winning the $5,000 pot for first [...]


The Trick to Using SharedObject

Having a SAVE feature in a project/game is one of the common things that could lead users to be more attracted and increase replay value for potentially recovering what was done in a previous visit. Using the SharedObject class in actionscript project/games is sometimes a requirement or at least a need, may it be AS1 [...]


Do you know ActionScript? AS3 Stage

Before, the Stage class in AS2 is treated as a class whose properties are all static, but with AS3 the new and better Stage class is now a display object. Both making the stage class the main drawing area and where flash content is shown. Basically, just think of it as a practical stage, all [...]


Experiment: How to determine if allowNetworking parameter is enabled

I’ve been fond of experimenting on things and so this time with what I do and work on most. I’ll try to make some research and test based on what I have made. These posts won’t be recognized as 100% accurate and correct on all situations although I aim to be at the most. See [...]