26 Sep, 2009
One of my favorite class I used to include when developing games for flash is my FPS and Memory Counter Package. I use this to check my fps and memory consumption for my games.
This helps to identify which of my methods I wrote is taxing the CPU or not. Simply import package to your main.as and add it into the stage
Read the rest of this entry »
4 Sep, 2009
I decided to share some how tos today for Gaia Framework based on my development experience. For those reading this the first time and don’t know what is GAIA framework about, try going to this post and read more about it.
Let’s get started – check out the list below for today’s how tos of the day :-
- How To : Get the length of the assets loaded inside the page?
- How To : To Load an Asset of Unknown Type?
e.g. src=”http://www.mymp3.com/loadfile.php?id=123
Read the rest of this entry »