September 2009

Currently Browsing Archives For 'September 2009'

Zombie Splatter

by Brandon on Sep 12th in Flash / ActionScript, My Projects

Another little thing I put together while learning a few techniques. The plan for this game is a typical arena style war where you the player must survive against an on slaughter of crazed zombies. Blow them up or shoot them down to survive.
Controls – Use the mouse to aim your gun and shoot and [...]

Avoid It

by Brandon on Sep 11th in Flash / ActionScript, My Projects

Another little simple game that I put together in about twenty minutes. Its based of an old truing game I made once for a high school programming class. I may improve upon it later since its more interesting the the Break It game.
EDIT: Added a few new little features. Now there are blocks that also [...]

Break It

by Brandon on Sep 11th in Flash / ActionScript, My Projects

First little game in flash I have put together. Its a simple little block breaker type game which I creatively named Break It. I know its a little glitchy still like when the ball hits the paddle on the sides it often gets sucked into the paddle for a few seconds before releasing.
Controls – Left [...]

Hide (X)HTML Row with Javascript

by Brandon on Sep 7th in JavaScript

As posted on code society, here is a simple tutorial on hiding content – or in this case a row in a table using javascript.

<table>
<tr id="idRow">
<td>ROW1</td>
</tr>
<tr>
<td>ROW2</td>
[...]

startDrag – Tutorial

by Brandon on Sep 5th in Flash / ActionScript

I posted this little tutorial up on codesociety.net earlier and figured I would post it here as well.
Difficulty Level : 1/10 – Very Easy
Description : A simple program where the user can use the mouse left click to drag an object around the screen.
So here is my first little tutorial on Code Society. This tutorial [...]

A Platformer – Stage One

by Brandon on Sep 4th in Flash / ActionScript

Here is the beginning to a future plat former. O yes, its another stick-man! Ha ha, so right now all you can do is run around and jump. Amazing right? Not really but this will be the first little game I plan to push out.
The game will have a few little things in it like [...]

Prepared and Owned By Brandon
All Rights Reserved