السلام عليكم
كيف اعمل قرص دوار ببرنامج autoplay ?
كيف اعمل قرص دوار ببرنامج autoplay ?
page.stoptimer( image.getpos("earth"))
for i=1,8 do
Label.SetText("Label"..i,Math.Random(1,70));
end
pos={} ; for i= 1,8 do pos[i] = Label.GetPos("Label"..i); end
for i= 1,8 do p=i+1 ; if p >= 9 then p=1 end
Label.SetPos("Label"..i ,pos[p].X, pos[p].Y)
end
تعليق