- Home
- Articles
- Best Practices
- Setting up a Development Environment and Using gProject to Create Custom Classes
Setting up a Development Environment and Using gProject to Create Custom Classes

Introduction
Victor Gaudioso
Victor Gaudioso is a Sr. Application developer for an advertising firm in Hollywood, CA. He specializes in Flash / ActionScirpt but also programs in other languages including but not limited to C#, XAML, WPF and ASP .NET. He has engineered Flash sites for the major entertainment studios including Disney, Universal, TouchStone, Mattel and Warner Bros. among others. Victor is known as dvlnblk in the http://actionscript.org forums and has recently been appointed a site moderator. AIM: dvlnblk2004 Yahoo: victoratdeadline
View all articles by Victor GaudiosoIn this tutorial I am going to show you how to:
1. Create the development directory structure;
2. Set up your deployment settings;
3. Set up a Classpath:
4. Create a Main MovieClip and create a Class for that clip that is stored in a custom package;
5. Create a TestObject MovieClip and create a custom Class for it;
6. Import that new UI TestObject into your Main Class and then do something to it (simply change it's alpha to 50%).
If you need help on setting up gProject you can get that from the site above.

