I’ve seen many people curious on how to create a dynamic registration point using AS2 but their solutions do not seem to help me in my problem.
I’m creating an interactive, scrolling, zooming map. Scrolling and zooming are done but the problem i have is that when i zoom (by changing the MCs _xscale and _yscale properties) it naturally increases and decreases its size from the inital registration point.
My question is: How do i dynamically change the registration point of the MC so that when i change the _xscale and _yscale properties of the MC it scales in relation to where the users center-screen is?
Any input would be much appreciated.