Dear Corona,
I am currently testing out the composer.overlay & trying to access its parent.
I don’t see any notes about the ‘event.parent’ in the docs. Only in the blog post here ( http://coronalabs.com/blog/2014/01/21/introducing-the-composer-api-plus-tutorial/ )
After doing some test, I notice that the event.parent is only accessible in these scenes :
create -> event.parent is nil
show -> event.parent is there (a table)
hide -> event.parent is there (a table)
destroy -> event.parent is nil
Hope this can be stated in the docs, so it helps someone else.
Thanks