Since all of those events are in a group, the objects are not fully created until after the end of the group, therefore the events cannot pick the created objects.
Arima r103.2 release notes:
Separate triggers, and events in groups, are now treated as 'top level' when picking newly created objects.
And it works but not when the object is created inside a loop. Then it can't be picked until the end of the group.
This works. The sprite can be picked and it's angle is set to 45.
<img src="https://dl.dropbox.com/u/8367729/construct/pics/createLoopGroup1.png" border="0" />
And this doesn't. The angle isn't set. Only difference is the loop condition.
<img src="https://dl.dropbox.com/u/8367729/construct/pics/createLoopGroup2.png" border="0" />