When you write a document class, and have a method of that class called on frame 1 of the timeline, that tells the playhead to go to frame 10, and on frame 10 you have a movie clip, and in that function where you goto And Played, you also called this.checkForClip();, and checkFoCclip traces out the instance name of the clip that is on stage… why does it not know it’s there until some time in the future (86 milisecondsish) when the ENTER_FRAME event fires… ?
Basically, how do you know from your document class, about movie clips that exist somewhere on the time line other than frame 1?
var