Hello,
I’ve followed a few tutorials on Swapping depths, but they all refer to swapping the depth by using behaviors such as onRelease etc.
I would like to swap a MovieClip with another, but i want to do it at a given point on a timeline as opposed to doing it through a behavior so the swap isn’t immediate.
I tried using the following on a keyframe **this.swapDepths(second_mc); but nothing happened, the movieclip just runs through
I’ve uploaded my test file here:
**http://www.baycreative.co.uk/Photos.swf
As you can see each movie clip runs when you click it, but i also want it to swapDepth (so the second movieclip is now on top to be clicked).
Any thoughts would be appareciated