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: 204
actionscript-3
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