swapDepths method
i created button , 2 movie clips. every time when button clicked, 2 movie clips change depth level, can see color changes. worked fine.
swap_btn.onrelease = function() {
bgblue_mc.swapdepths(bgyellow_mc);
};
after loaded swf files onto movie clips, couldn't see see changes of depth level more. wrong that? there way solve problem.
swap_btn.onrelease = function() {
bgblue_mc.swapdepths(bgyellow_mc);
};
after loaded swf files onto movie clips, couldn't see see changes of depth level more. wrong that? there way solve problem.
what mean "... loaded swf files onto movie clips..."?
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment