inter-frame scope for AS created clips.
I have a seven frame movie.
First five frames perform fine-ish.
By pressing a button a user action can send the movie to frame 6.
Frame 7 loops back to frame 6, called "doAction", set up using Sounds and Actions box in KM, and selection of goto frame doAction and play as action for frame 7.
I use mc.duplicateMovieClip(mcN,lev) to set up a number of items for the first frames, including one cluster of 20 items.
I thought that for a created MC to appear in a frame, it needed the original in the frame. However the 20 items appear in frame 7, even when there is no shape at all in that frame. I could hide them with _visible or by moving them offstage ..
.. however I am curious now as to what determines the scope inter-frame of an AS created (or any?) movie clip?
Thanks.
[This question soon to be released in paperback by RoyalCorgi press]