You are adding every item with the same depth!
Change this line
toPHP Code:var addItem1 = _root.backpack.attachMovie(item1, item1, 1);
PHP Code:var addItem1 = _root.backpack.attachMovie(item1, item1, currentslotnum);
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |