hello,
My way works but imagine with 20 value ! is there a way to do it easier ? i try with a boucle but i can’t not…
Thanks if you have a better solution.
local text={} text.TicTac=display.newText(optionsTicTac) text.Timer=display.newText(optionsTimer) text.Level=display.newText(optionsLevel) text.EnemyAdded=display.newText(optionsEnemyAdded) local textV1=text.TicTac local textV2=text.Timer local textV3=text.Level local textV4=text.EnemyAdded myGrouptext:insert(textV1) myGrouptext:insert(textV2) myGrouptext:insert(textV3) myGrouptext:insert(textV4)