SWFDisplayItem->addAction()

(no version information, might be only in CVS)

SWFDisplayItem->addAction() -- Adds this SWFAction to the given SWFSprite instance

说明

class SWFDisplayItem {

void addAction ( SWFAction action, int flags )

}

警告

本函数暂无文档,仅有参数列表。

参数

action

An SWFAction, returned by SWFAction->__construct().

flags

返回值

无返回值。

参见

SWFAction