Hi - I’ve recently taken Krilnon’s tutorial on interactive image panning, and have a need for more complexity. My image to be panned (relative to user’s mouse movement) has several ‘hot spot’ buttons placed within. Each hot spot, when clicked, is to smoothly zoom and shift within the mask, with pertinent info displayed next to each, once zoom and shift is complete. almost like I’m making a motion tween, where the final position is known, but the start position is wherever the BG image is when the user clicks the nested button. I need to determine the x-position at the moment of click of the button (different for each button), and then, I think, use a simple-math “stagger-step” method of moving and scaling, until I’ve reached my final dest. here’s the link to the tutorial I originally referenced:
http://www.kirupa.com/developer/flash8/interactive_image_pan.htm
If anyone knows of a tutorial or example out there, I’d love directions to it(them). or, if you’re an empathetic AS god out there, I’d love some help understanding the conceptuals. I’m new to function writing in AS, and am struggling. Thanks so much…