1) have two moviclips named mc1, mc2
2)Paste the following code in the firstframe
mc1.onRollOver = function() {
this.swapDepths(_root.getNextHighestDepth());
};
mc2.onRollOver = function() {
this.swapDepths(_root.getNextHighestDepth());
};
Learn about the Actionscript tutorial
0 comments:
Post a Comment