Thanks Help me a lot.
Now i have 1 dictionary with this:
Name-Quantity
Food-3
Drink-2
1 food object (with 2 frames, 2 clones) - instance variables: name, price, foodanimation
1 text object (2 clones) - instance variables: name
Seems good ?
Now i have a problem, i want enable/disable drag drop behavior according have or not this item on inventory, for that i make a for each key over dictionay, and compare the key with the instance variables of food object , but all food object turn disable :S