In the tutorial for “Interactive Image Panning” (http://www.kirupa.com/developer/flash8/interactive_image_pan.htm), the onMouseMove event, what is the purpose of the 4 and 1 in the code: constrainedMove(bg_mc, 4, 1);
What do these numbers represent or control?