MtascApplication

Inherits from:none (MtascApplication is a root class)
  • Version: 1.0
  • Author: Martin Heidegger
  • Classpath: org.as2lib.app.conf.MtascApplication
  • File last modified: Wednesday, 11 May 2005, 12:27:46
Default access point for a application with Mtasc.

Use this class for starting up your application with the MTASC compiler found at http://www.mtasc.org. It will start your MTASC configuration in main.Mtasc and your configuration for all environments in main.Configuration.

Simply use this class as main startup class in the mtasc preferences.

[MTASC directory]\mtasc.exe -cp "[your project path]" -cp "[as2lib project path]" org/as2lib/app/conf/MtascApplication.as

Summary

Class methods

Class methods

main

static function main (
Void) : Void
Executes the configuration for the flash environment in main.Flash and the configuration for all environments in main.Configuration.