>type error SharedObject have no field chatMsg.

MM & MTASC have a bunch of intrinsic classes to describe all the
internal objects of the Flash Player.

Currently, MTASC's SharedObject class is not 'dynamic' so you can't
add members dynamically. You can change yourself the class declaration
there:
C:\Program Files\FlashDevelop\tools\mtasc\std\SharedObject.as

Alternatively if you eventually use the Flash IDE to build you classes
you can change the application setting
'ASCompletion.MTASC.UseStdClasses' to force FlashDevelop to use MM
intrinsic classes.


> Is it normal that I only see 1 error in the FD output panel
> even if my project contains several errors?

MTASC stops on the first error.


> This class is invalid or does not include a @mtasc
> build command

Use a javadoc comment bloc: /** (2 stars)... */
BTW, if you type /** before a method you will have the option to
generate the @param @return comments automatically.

_______________________________________________
osflash mailing list
[email protected]
http://osflash.org/mailman/listinfo/osflash_osflash.org

Reply via email to