On 01/03/06, murder design <[EMAIL PROTECTED]> wrote:
> #include "mLoader.as"
>
> var mLoader1:mLoader = new mLoader( );
>
>
> ... while my .as file only contains:
>
> class mLoader {
> }Classes are "imported" not "included". Classes in the same directory as the FLA don't need to be imported. FYI: The F8 manual has some good tutes on getting started with using classes. I recommend that you give them a good read :) -K _______________________________________________ [email protected] To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com

