Implements - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

implements

Availability
Flash Player 6.
Usage
myClass implements interface01 [, interface02, ...]
Note: To use this keyword, you must specify ActionScript 2.0 and Flash Player 6 or later in the Flash
tab of your FLA file's Publish Settings dialog box. This keyword is supported only when used in
external script files, not in scripts written in the Actions panel.
Description
Keyword; specifies that a class must define all the methods declared in the interface (or interfaces)
being implemented. For more information, see "Interfaces as data types" in Using ActionScript in
Flash.
Example
See
.
interface
See also
class, extends,
ActionScript Language Reference
interface
CHAPTER 2
implements
327

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents