THIS IS AS 2.0
ok so i'm trying to make enemy spawn and stuff.
and this is what i'm using.
clips = [Stage, 0];
function onEnterFrame() {
this.attachMovie("b", "b", 1+_root.clips[1]);
this.clips[1]--;
}
that was in the first on the maintimeline.
now this is what i out in the guy.
clips = [Stage, 0];
function onEnterFrame() {
this.attachMovie("b", "b", 1+_root.clips[1]);
this.clips[1]--;
}
nothing worked.
altho ppls still poppped up.
it did not trace anything.
i need to know how to movieclips in arrays!
can u help?