hey i am trying to pan an image in four directions but i can only get it to move left and right OR up and down...
not both =(
my code for left and right panning is
this.onMouseMove = function() {
constrainedMove(bg_mc, 4, 1);
};
function constrainedMove(target:MovieClip, speed:Number...