Fawzma
Games and ThingsA little demo on scrolling a starfield in as3
Posted on October 30, 2007Here’s a little demo and source on how to create a scrolling starfield in as3 using bitmapdata.
Click here to check it out
Source code added for the keyboard lockup article
Posted on October 30, 2007I wrote up a page real quick to provide the source for the AS3 keyboard lockup article I did. In it, I included some extra stuff you can use for whatever project you might be doing.
New game released MathMem fun for adults and children!
Posted on October 26, 2007Math Memory or MathMem for short is a new game I created that blends Memory and Math. This game allows children and adults to having some fun, while learning a bit of math on the side.
There are three difficulty levels that can choose from, addition, subtraction, multiplication and division. The easy level does not involve the memory aspect of the game, while medium and hard does.

TypeError: Error #1010: A term is undefined and has no properties.
Posted on October 14, 2007If you are getting this error after testing your Flash program, it’s because some variable (or “term”) has not been initialized (or “undefined and has no properties”).
Golfsol updated to keep hiscores!
Posted on October 11, 2007Just a quick update, Golfsol is now keeping track of your hiscores. I will optimize it more to update the database at certain times. For now, whenever you start a new game, if you have a hiscore, it will be recorded. I’ve added a link to the right which can take you directly to the game.
Sometime in the near future, I’ll add a section that will show the top 10 or 100hiscores, with your initials.
In the meantime, Have fun!
Free Golf Solitaire Flash Game (Flash 9)
Posted on October 08, 2007Just release, Golfsol. A FREE golf solitaire game made in flash. Read on to get to the game and instructions. Please let me know what you think, good or bad. I’ll continue to update.

How to get url from an SWF in Actionscript 3
Posted on October 08, 2007Adobe sure did change alot with this new Actionscript 3 stuff. With all the extra hoops you have to jump through just to do something simple, they still somehow managed to make Flash 9 ten times faster.
Paragraphs not working in WordPress
Posted on October 05, 2007If you are having problems getting paragraphs to work in WordPress, it may be due to having the E-Commerce plug-in turned on. It took me a while to figure this one out, but I’ve come up with a workaround for the time being. Digging through the plug-in code will take a bit, so here it is. It may not be elegant or correct for the matter, but it works.