Excellent capx! This works for me.
One quick question - In the editor, you can copy rather than clone object, then you can have one click handler or loop over them etc as they are all instances of the same object.
If you crate instances like in your example, will they be "clones" or "copies"?
I'm guessing they will behave like clones, so I wont be able to have a generic click handler for them all (unless using families?)
Thanks again!