Issue 95 in sekati: Flash player 11 includes 'removeChildren' as a native method for displayobjectcontainers

3 views
Skip to first unread message

sek...@googlecode.com

unread,
Jan 31, 2012, 3:43:11 PM1/31/12
to sekat...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Enhancement Priority-Low Milestone-0.x.x.x

New issue 95 by p...@sarkissianmason.com: Flash player 11
includes 'removeChildren' as a native method for displayobjectcontainers
http://code.google.com/p/sekati/issues/detail?id=95

have to change line 79 of CoreSprite.as from:

public function removeChildren(...args) : void {

to:

override public function removeChildren(...args) : void {

http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/DisplayObjectContainer.html#removeChildren()

sek...@googlecode.com

unread,
Feb 14, 2012, 4:23:34 PM2/14/12
to sekat...@googlegroups.com
Updates:
Status: Fixed

Comment #1 on issue 95 by sekati: Flash player 11 includes 'removeChildren'

as a native method for displayobjectcontainers
http://code.google.com/p/sekati/issues/detail?id=95

Override wont work due to the different method signature in FP11/FlexSDK
>4.5.1.

This has been solved by implementing the sekati.core.sekati namespace in
3.0.7.0 (see http://gskinner.com/blog/archives/2010/01/a_complete_guid.html
for AS3 namespace usage).

The sekati namespace is used in the CoreSprite superclass to allow for
`sekati function removeChildren`.

Reply all
Reply to author
Forward
0 new messages