[quote:28kt5we4]that seems strange, especially since I can access the arrays class properties immediately after create object including the UID, which would seem to indicate that the object has been already created.
ou can access all Action/Condition/Expression of any object type of your project any time. The fact that an instance is created at runtime or not is irrelevant, as there's no parsing of the event sheet to check if you created something before accessing it.
Anyway, I gave it another try as it is indeed a weird behavior.
It seems that somehow, creating another array before trying to pick the first one makes the picking fail.
So that seems to work like that.
arrayPicking2.capx
I wonder if it deserves a bug report or not.
Ashley should be the judge.