I’ve got the following line in flash, which allows me to spawn multiple instances of a movie clip/ image programmatically:
for(i=1;i<=5;i++)
{
_root[“face”].duplicateMovieClip(“face”+i,i+1000,face);
}
Anyone with clues on how to get the same thing accomplished in Lua/Corona? I’ve been checking out this sample code for a clue:
Any help would be appreciated. Many Thanks! [import]uid: 4258 topic_id: 1411 reply_id: 301411[/import]