774
Error Messages
1112
A class may not extend itself.
1113
An interface may not extend itself.
1114
There is no interface defined with this name.
1115
A class may not extend an interface.
1116
An interface may not extend a class.
1117
An interface name is expected after the ‘implements’ keyword.
1118
A class may not implement a class, only interfaces.
1119
The class must implement method ‘methodName’ from interface
‘interfaceName’.
1120
The implementation of an interface method must be a method, not a property.
1121
A class may not extend the same interface more than once.
1122
The implementation of the interface method doesn’t match its definition.
1123
This construct is only available in ActionScript 1.0.
1124
This construct is only available in ActionScript 2.0.
1125
Static members are not permitted in interfaces.
1126
The expression returned must match the function’s return type.
1127
A return statement is required in this function.
1128
Attribute used outside class.
1129
A function with return type Void may not return a value.
1130
The ‘extends’ clause must appear before the ‘implements’ clause.
1131
A type identifier is expected after the ‘:’.
1132
Interfaces must use the ‘extends’ keyword, not ‘implements’.
1133
A class may not extend more than one class.
1134
An interface may not extend more than one interface.
1135
There is no method with the name ‘<methodName>’.
1136
This statement is not permitted in an interface definition.
1137
A set function requires exactly one parameter.
1138
A get function requires no parameters.
1139
Classes may only be defined in external ActionScript 2.0 class scripts.
1140
ActionScript 2.0 class scripts may only define class or interface constructs.
Error
number
Message text
Summary of Contents for FLASH 8-LEARNING ACTIONSCRIPT 2.0 IN FLASH
Page 1: ...Learning ActionScript 2 0 in Flash...
Page 8: ...8 Contents...
Page 18: ...18 Introduction...
Page 30: ...30 What s New in Flash 8 ActionScript...
Page 66: ...66 Writing and Editing ActionScript 2 0...
Page 328: ...328 Interfaces...
Page 350: ...350 Handling Events...
Page 590: ...590 Creating Interaction with ActionScript...
Page 710: ...710 Understanding Security...
Page 730: ...730 Debugging Applications...
Page 780: ...780 Deprecated Flash 4 operators...
Page 830: ...830 Index...