Class main.Mtasc

Description

Mtasc is intended for configuration of applications compiled with MTASC.

It allows you to define all MTASC specific configurations similar to the configuration in Configuration.

The current code contains an example that matches usual cases. If you have additional configuration you have to overwrite (not extend!) this class in your directory. All that must stay to be compatible is the init method.

See Also

Method Index

init()

Method Detail

init

static public function init(container:MovieClip):Void

Initializes and starts the MTASC configuration.

Parameters

containerthe root movie-clip that is passed by MTASC to the main method