No virus found in this incoming message. Checked by AVG - www.avg.com Version: 9.0.894 / Virus Database: 271.1.1/3548 - Release Date: 04/03/11 19:40:00
In AS3 It is the child class itself that implements the CTI parent, so you'd expect:
public class BoxCheck extends BoxCheckEntityBase implements LocationCheck { ... }
Perhaps if these child classes already existed they aren't being regenerated by the command line tool - have a go deleting all the AS3 entities or using the --regenerate-entities flag and see if it works better.
I am currently coding a project which uses this and it should work :) (although I guess the other side of it is that I might have already generated my child AS3 entities whilst it was still working and introduced a bug since then ;) )
In AS3 It is the child class itself that implements the CTI parent, so you'd expect:
public class BoxCheck extends BoxCheckEntityBase implements LocationCheck { ... }
Perhaps if these child classes already existed they aren't being regenerated by the command line tool - have a go deleting all the AS3 entities or using the --regenerate-entities flag and see if it works better.
I am currently coding a project which uses this and it should work :) (although I guess the other side of it is that I might have already generated my child AS3 entities whilst it was still working and introduced a bug since then ;) )