•  

  • Looking for something?

  • Posts in this page


[ Next Page » ]

Development Blog
 - Posts tagged with ‘tips’

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 [...]


Things to Initialize on your AS2 Game/Project

While transitioning to AS3 is a massive must as people have regarded, some developers (mostly new) just want to or is forced to get stuck with AS2. So if you’re working on a AS2 project or lower, here some common things you should consider checking at the start of your project.
Some common but usually neglected [...]


Cheating AI from Hardcourt – Code the Plans

So I have introduced how to plan out simple AI behavior from my previous post – Cheating AI from Hardcourt – Plan it out – if you haven’t, read that one first before this.
Our next step would be writing the data charts into codes. It might look quite easy when you see the simple [...]


Cheating AI from Hardcourt – Plan it out

Working with AI is a real pain, but I say, it most likely depends on what your game needs, what you want it to do. Most developers who are new would quickly ask the magical word “how?” or “how to start?”. If you haven’t had experience or good experience with AI patterns and behaviors, hear [...]


Applying cel-shading with Flash

I’ve introduce cel-shading – my personal preference on art style (and its currently the best I have ) – in a previous post Using Cel-shading. And now I have something to share on basically how to apply them in flat drawings using flash. This is based on my experience from how I started [...]


Using Cel-Shading

As most of the games I’ve designed so far, it has come to me that I finally have my favorite and primary drawing style. I’m not a fantastic nor a pure talent but I believe I don’t completely lack the skills needed for me to draw my own art. And so I’ve been comfortable with [...]