Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

Pushing childSymbol in array of two dimensions

$
0
0

I try to create an array with two dimensions, but I don't know how to assign the new childSymbol inside of array in a concrete position.

 

With one dimension:

 

var aPeces = []:

var symPeca = sym.createChildSymbol("symImatge", "Stage");

aPeces.push(symPeca);

 

With two dimensions:

 

var aPeces = []:

var symPeca = sym.createChildSymbol("symImatge", "Stage");

aPeces[4,6]=symPeca; //??????????????

 

Thanks.


Viewing all articles
Browse latest Browse all 9897

Trending Articles