hello there, I am making a game and have a problem. I am using
this.swapDepths(_y);
so my character's depth is always changing and he will correctly be displayed in front or behind objects that will have the same code.
The problem is that any object that has the swapDepth code is duplicated when returning to a previous frame that it was on. Im not sure how to explain it exactly so look at the swf. rightclick and press forward, then rightclick and press back.
http://img190.exs.cx/my.php?loc=img190&image=knight21jm.swf
It seems that whenever it goes to a new frame, it leaves a duplicate of the MC in the previous frame because of swapDepths, does anyone know a way around this?
thanks for your help, if any.
