Thread: Flash Carousel
View Single Post
  #3 (permalink)  
Old 28-01-2008, 06:46 AM
gospastic's Avatar
gospastic gospastic is offline
Pitfall II - Lost Caverns
 
Join Date: May 2007
Posts: 231
Default

Or could you put the image in a movieclip (if it isn't already) and scale it by changing the width and height?

if (myMovieClip._width < targetwidth){
myMovieClip._width++;
}

You would need to place this code in a setinterval() function.

There would be other problems too like clearing the setinterval and constraining the ratio of the image by adjusting the height too.

Nothing is ever easy!
__________________
salt mustard vinegar pepper
Reply With Quote