I found this - http://www.coronalabs.com/blog/2011/09/14/how-to-spawn-objects-the-right-way/ -
to learn how to spawn objects. Here is the code snippet -
–Create a table to hold our spawns
local spawnTable = {}
–Spawn two objects
for i = 1, 2 do spawnTable[i] = spawn()
end
I have never spawned objects or made a table so this is new to me. Any help is appreciated. Thank you. [import]uid: 157993 topic_id: 30664 reply_id: 330664[/import]
