cc.Sequence.create can not work with array

in cocos2d-html5 cc.Sequence.create can work with array, but in jsb it can not work with array. why?

Hi, Please create a new issue. I will check that. Thanks.

already create a issue in github

I meant please create an issue here http://www.cocos2d-x.org/projects/cocos2d-x/issues/new

1 Like

As a workaround you can do the following.

cc.Sequence.create.apply(cc.Sequence, animationArray);

Shuja Shabandri wrote:

As a workaround you can do the following.
>
[…]
is a cool solution.

but this is not a real solution