‘Flash / Actionscript’ Entries
 

Drawing With Tweener

October 6th, 2009

An AS3 script for drawing lines with Tweener. Create a line, add points, and set the time it takes tweener to draw.

Flash / Actionscript ,

 
 

Working with XML using Actionscript 3.0

August 10th, 2009

Working with XML using Actionscript 3.0. I demonstrate the basics of working with XML using AS3, including loading, send, reading nodes, reading attributes and searching.

Flash / Actionscript

 
 

Sound Basics In Actionscript 3

June 17th, 2009

Simply how to play a sound. As well as how to pause and play a sound using the soundchannel class.

Flash / Actionscript

 
 

Interactive Flash Map

June 12th, 2009

A simple interactive flash map of the us which reads an xml file to determine what states rollover and click actions should be. Also allows you to easily group states in regions.

Flash / Actionscript

 
 

Five3D Solar System

May 29th, 2009

A simple Five3D example. I built a simple moving solar system model.

Flash / Actionscript

 
 

Delete SQLite Column Using Actionscript 3

May 26th, 2009

An example of how you can delete a column of an existing SQLite table using Actionscript 3.

Flash / Actionscript ,

 
 

Rename SQLite Column Using Actionscript 3

May 26th, 2009

An example of how you can rename a column of an existing SQLite table using Actionscript 3.

Flash / Actionscript ,

 
 

Basic AIR SQLite Example Using Actionscript 3

April 26th, 2009

A simple example of using SQLite as an embedded database for Adobe AIR applications.

Flash / Actionscript ,