Question
Hiding a loading movie
I'm loading a number of movies into existing mcs. Eg
existingClip_mc.loadMovie("newClip"). The first line of code on the
new mc sets visible to false. Before that code runs, however, as
the mcs are loaded they appear momentarily and are then hidden.
I've tried setting the hosting mc to visible = false but this
doesn't work. What's the trick for invisible loading?
Bob
Bob