PATH (child to parent)
hi,
there 3 movieclips
red_mc.circle_mc.penta_mc
how move penta_mc circle_mc?
(parent movieclip).gotoandstop('label2') brings me main timeline, not middle level.
please advise correct path
? how attach file (zipped)?
that depends code located , how movieclips created.
but, if created in authoring environment , no reparenting done , code on penta_mc's timeline, use:
movieclip(this.parent).gotoandstop("label2");
to direct circle_mc's timeline.
if doesn't work, 1 or more of conditions specified have not been met.
More discussions in ActionScript 3
adobe
Comments
Post a Comment