|
Project Information
|
OverviewThis project includes all the source files to accompany a forthcoming tutorial for re-creating Space Invaders using an object oriented approach with Actionscript 3.0 in Flash. Classes include;
MovementMuch of the movement within the game is created by combinig AS3 Timer events with coded tweens (using the popular TweenMax library). You will need to place the TweenMax library files into your Flash includes directory to successfully compile the program from the source .fla file within Flash. For more information about TweenMax, including documentation, tutorials and to download the tweening library files see the Greensock TweenMax site. DesignThe design of the screen layout was based upon the following raw screenshot derived from the original 1978 arcade version of Space Invaders. The following black and white image does not feature the arcade background or colour overlay... Images from: www.old-computers.com |