I have been working on changing code from as2 to as3 to
scroll my movie clip based on the location of my mouse. I have
gotten all of the compiler errors to go away, but I have been
getting ReferenceError: Error #1065: Variable resizeHandler is not
defined. The line that I am getting the error from is:
stage.addEventListener(contentClip.RESIZE,resizeHandler);
I am thinking it doesn't like contentClip (which is the
instance name for the movie clip I want to scroll. Let me know if
you see anything else that might not work for as3.