A neat little tool you may see some websites using now-a-days is a menu, toolbar or possible a footer that always seems to stay with the page no matter how aggressively you scroll up and down. Although it looks like a unique, possible complicated display of CSS mastery, all it really is, is a single [...]
The usage of regular expressions can be a powerful thing. With it you can prevent invalid input into your applications and ultimately prevent system crashes or prevent security threats. In VB.NET, it is a fairly simple process which I will go over right now.
The first step is to add the regular expression namespace to your [...]
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 [...]
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 [...]
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 [...]
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 [...]
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 [...]
Just another fun movement file. The only thing new here is that I have finally figured how to use gotoAndPlay() correctly with frame labels and object animations. As you can see, the blob moves correctly (most of the time) through its animation set while you move left or right, [...]
Was doing a little web surfing trying to get a better understanding of binary parsing between flash and PHP and found these interesting mouse event called startDrag and stopDrag. I have done my own little drag functions before where you change the object’s – or in this case, the movie clips – x and or [...]