duplicate movie clip problem
i can't believe simple may sound needed help!
on stage:
#1 button1
#2 clipt ( want copy)
#3 mc ( target mc want copy clipt to)
stop();
button1.onrelease = function () {
duplicatemovieclip (clipt, "clipt2", 0);
mc.attachmovie(clipt2);
}
it doesn't anything, if use mc.loadmovie(clipt2), gives me error cannot find **/**/***/***/level0.clipt2
whats going on?
you need reasd documentation various functions trying use can see , how don't trying them do. try of example documents can see how work.
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment