Saturday, September 20, 2008

Flash dynamic swapDepth

code:

this.onPress = function() {
_root.x++;
this.swapDepths(_root.x);
}

No comments: