Objects can be created during gameplay as well as present at the beginning. So I would rather not duplicate actions.
I guess the objects are created before the events run, so you could either create the objects 'On start of layout' in the event sheet instead of placing them in the editor, or you could just use an OR-event:
'On start of layout' -OR- 'On created'