screenshot of Peach Creek Farm

  • Site Design
  • Custom "Specials" Widget
  • Product Price Updates Online

screenshot of Drupal theme

My first real Drupal theme. This was built on top of Drupal 6.x and is a homage to one of my favorite periods in food history.

Don't worry, it's not a countdown to destruction. The timer is supposed to run to 30...

You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialize correctly.

This is an experiment with different ways of measuring time in Flash based games. The timer will run for at least 30 secs and increments the interval counter every second (1000 ms). Due to a number of factors including processing speed the actual time between intervals can vary so a mechanism is included to "force" an extra interval(s) based on how much time has actually passed. This experiment demonstrates that Flash games are best run using frame-rate based counters as opposed to time based timers as game behavior will be more predictable.

A mini game engine I built a while back in Actionscript 2.

You are missing some Flash content that should appear here! Perhaps your browser cannot display it, or maybe it did not initialize correctly.

Click to play. Use the arrow keys to move the guy, space bar jumps.

I built the above mini-engine using Tonypa's tutorials as a guide. I have altered them significantly by turning each part into an object, creating classes such as player.as and tile.as to make the game easier to expand on later. Come to find out AS3 is much better for this so I have shelved the AS2 version and will be moving on up so to speak.