Hello.
I have experience with AS3. I wonder what it would be in
Lua language:
[as3]var numBots:int = 10;
for (var i:int = 0; i < numBots, i ++) {
this[“bot_” + i].y = 10 * i; // ??This is the part that I can not do in Lua
}[/as3]
Thanks [import]uid: 44013 topic_id: 9798 reply_id: 309798[/import]
[import]uid: 3826 topic_id: 9798 reply_id: 35714[/import]