Hi
I was having a problem where movieclips that I set as visible = false; were initially showing up visible when my iOS app first starts up.
For anyone that is having the same problem, I found the way around it was to set their visiblity to false before addChild().
Cheers