actionscript objects many to many relationship

Posted by Comma on Stack Overflow See other posts from Stack Overflow or by Comma
Published on 2010-05-25T01:25:58Z Indexed on 2010/05/25 1:31 UTC
Read the original article Hit count: 186

Filed under:

item is an object

array1 has many items(item1,item2)

array2 has many items(item4,item3)

item1 and item3 also belong to array3

item2 and item4 also belong to array4

how would i structure my program to reflect this?

© Stack Overflow or respective owner

Related posts about actionscript-3