[swfmill] declaring moredimensional arrays?
Timo Dinkler
tdinkler at meuter.de
Tue Jul 25 05:25:56 EDT 2006
this works!
and gives me an array like this in the swf-file:
arrayData[0][0]=1;
arrayData[0][1]=2;
arrayData[0][2]=3;
arrayData[0][3]=4;
arrayData[1][0]="one";
arrayData[1][1]="two";
arrayData[1][2]="three";
arrayData[1][3]="four";
Am 25.07.2006 um 11:08 schrieb daniel fischer:
> <DoAction>
> <actions>
> <PushData>
> <items>
> <StackString value="arrayData"/>
> <StackString value="four"/>
> <StackString value="three"/>
> <StackString value="two"/>
> <StackString value="one"/>
> <StackInteger value="4"/>
> </items>
> </PushData>
> <DeclareArray/>
> <PushData>
> <items>
> <StackString value="4"/>
> <StackString value="3"/>
> <StackString value="2"/>
> <StackString value="1"/>
> <StackInteger value="4"/>
> </items>
> </PushData>
> <DeclareArray/>
> <PushData>
> <items>
> <StackInteger value="2"/>
> </items>
> </PushData>
> <DeclareArray/>
> <SetVariable/>
>
> <EndAction/>
> </actions>
> </DoAction>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://osflash.org/pipermail/swfmill_osflash.org/attachments/20060725/893a41ba/attachment-0001.htm
More information about the swfmill
mailing list