I am trying to link the item numbers (in the code) in a vertical sliding menu to a container.
I can add the number of items but then the (Flashkit) sample does not include the item linking code to a container…
ti = 20;
n = 0;
while (Number(n)<Number(ti)) {
set(“item” add n, “item” add n);
item0=“test”
item1=“test”
item2=“test”
item3=“test”
item4=“test”
n = Number(n)+1;
}
Help