Shown on this page are examples of Flash movies with links to the corresponding Action Script code.
See also: Flash tutorials
'Maze Craze' Flash game
Use your keyboard's arrow keys to move the little blue guy around to collect all coins. Try to avoid the bad red ball! Action Script code for this game
'Memory' Flash game
Test your memory skills with this fun game. It's a concept piece recently created for the National Parents Teachers Association. If approved, I'll code the actual game, which will also include a third layer that reveals one large image, similar to the old game show 'Concentration'. Action Script code for this game
'Monkey Gun' Flash game
Click on the monkey to shoot at the rising balloons. The bullet objects are dynamically generated, and the hitTest() method (function) is utilized for detecting collisions between bullets and balloons. Action Script code for this game
Photo slideshow controlled entirely by Action Script and XML
This photo slideshow was created for client High 5 Ballooning. The photos are contained in an external folder, which is nice because the photos do not need to be imported into Flash. To change the photo selection, simply upload the new photos into the slideshow photos folder, and update the XML file which contains the photo names. The Flash movie consists entirely of Action Script, plus a few graphics for navigational buttons. Action Script and XML code for this slideshow
Interactive map with pan and zoom functionality
This map interface was created for Verizon Yellow Pages (now Idearc Media). Click on the map to zoom in. The map can be dragged. Click the Reset button to zoom out and re-center the map. Action Script code for this interface
U.S. Presidents Quiz
This quiz asks you 10 questions about U.S. Presidents, and at the end, lets you know your score. Action Script code for this quiz