Thank you for this, it's almost what I'm looking for.
How would I keep the movieclip in the same position on the stage (at the moment it is moving across the stage as it gets bigger.
When clicking on the slider it reduces the movieclip to 0% and then scales it up, I'd like to maintain it's original size and then scale up and then down as the slider is moved.
Many thanks
Main Topics
Browse All Topics





by: emphaticDigitalPosted on 2008-06-27 at 07:59:22ID: 21884461
Zooming is still achieved using the scale properties of a movieclip. Each slider will broadcast a 'change' event. You subscibe to the change event and change the scale of the movieclip in response to changes in the slider.
Check the attached file:
note you have to change the file extension to just .fla due to upload constraints.
this is a working example