Hello…
since I can hardly declare… I’d like to know if there is a multiply declaration of variables i.e. in the cycle. It will save my time and lines 
Is there some alternative to this model(doesn? work of course :))
for i=1,14 do
local variab..i=movieclip.newAnim{"pic1.png","pic2.png"};
myGroup:insert(variab..i);
variab..i.x=200;
variab..i.y=200+(i-1)\*40;
end
is there some syntax which I can use instead of that “variab…i” or I have to declare variables one by one?
thx for answers… [import]uid: 6869 topic_id: 1137 reply_id: 301137[/import]