Flash Development
My first programming experiences came with coding in ActionScript 3.0. Admittedly, the language itself and Flash are now dying technologiess when it comes to development for the web. However, these simple projects are what introduced me to the basic programming principles I now use everyday.
(All projects require Flash to open)
Interactive Portfolio
A portfolio which allows for the display of dynamic content (pictures and flash movies) by pulling in data from XML files.
Launch Project »
Music Player
A mini application capable of pulling in dynamic playlists from XML files. Sample music created in Logic Pro and Adobe Audition.
Launch Project »
Train Application
A virtual set of tracks that a train can follow. Heavy use of arrays, XML data, tweens, and sound are implemented in this project. The application also allows preloaded and user defined tracks.
Launch Project »
RIT Shooters
A game loosely based on the original Space Invaders. It uses dynamic text, keyboard interaction, and multiple classes to control gameplay.
Launch Project »
Turtle Graphics
A graphical design coded with the Turtle Graphics library, utilizing loops and reusable functions.
Launch Project »