Archive for September, 2009

AS3 : FPS and Memory Counter Package

ActionscriptIcon_400 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 »

AS3 : Tips for Gaia Flash FrameWork Development

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.

gaia_flash

Let’s get started – check out the list below for today’s how tos of the day :-

  1. How To : Get the length of the assets loaded inside the page?
  2. 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 »