Question
Defining Movie clips that appear later in the timeline
I am trying to figure out how to reference something that
appears later in the timeline with Actionscript on the first
keyframe without receiving run time errors such as "undefined", or
"null references". Trying to define the objects using references
(ie. var myMC:MovieClip) doesn't seem to cut it. Short of placing
items on the first keyframe and then pushing them off the stage out
of view, I have yet to find an elegant solution for this.
Help?
Help?