Flash as3 resize image

Download source files: flashresizeimg.zip

Step 1

  • Create New Flash File ActionScript 3.0
  • Select the Selection Tool V
  • Go to Properties tab and press Edit button and set the width of your document to 820 pixels and the height to 620 pixels, set frame rate to 28 fps  and select any color you want as background.
  • Change the layer name to images ( double click on it ).
  • Add another layer and double click on it to change his name to AS3

Step 2

  • Select the images layer and import all 4 images (same size)  ( File -> Import -> Import to Library ) (
  • Drag your images individually onto the stage see the picture below.

Step 3

  • Click on the top left image and  convert it into a movie clip (F8) name it image1 and  select the top left registration point.
  • Click on the top right image and  convert it into a movie clip (F8) name it image2 and  select the top right registration point.
  • Click on the bottom left image and  convert it into a movie clip (F8) name it image3 and  select the bottom left  registration point.
  • Click on the bottom right image and  convert it into a movie clip (F8) name it image4 and  select the bottom right registration point

  • Change the instance name for all images and give them the instance name :  image1_mc ,  image2_mc, image3_mc, image4_mc .

Step 4

  • Final step , we will move to  AS3 layer.
  • Select first frame and hit F9 to open AS3 panel and copy/paste the following code:

//Imports the tweenlite plugin.
import com.greensock.*;

//The orginal width and height of the images.
var imageWidthOriginal:uint = 400;
var imageHeightOriginal:uint = 300;

//Array to hold the image instances.
var imageArr:Array = new Array(image1_mc,image2_mc,image3_mc,image4_mc);

//This loops through all the images in the array with mouse over and mouser out event.
for(var i:uint = 0; i < imageArr.length; i++){
imageArr[i].addEventListener(MouseEvent.MOUSE_OVER, sizeImage);
imageArr[i].addEventListener(MouseEvent.MOUSE_OUT, reduceImage);
}

//This function increases the width and height of the image until it reaches
//the stage boundaries.
function sizeImage(event:MouseEvent):void {
TweenLite.to(event.target, 1, {width:stage.stageWidth, height:stage.stageHeight});

//This sets moused over image to the highest index position.
setChildIndex(MovieClip(event.target), numChildren – 1 );
}

//This function restores the images back to the original size.
function reduceImage(event:MouseEvent):void {
TweenLite.to(event.target, 1, {width:imageWidthOriginal, height:imageHeightOriginal});
}

, , , , , , ,

Subscribe

Subscribe to our e-mail newsletter to receive updates.

27 Responses to “Flash as3 resize image”

  1. Pep Says:

    Hi,

    I’ve got a problem when publish. It send me an error saying that it miss a right brace before 1 in the setChildIndex line. It also says There’s no greensock and TweenLite definition? Any ideas to solve the problem? I would be very thankfull!

  2. admin Says:

    You did smtg wrong, download the source from :
    http://www.flashconf.com/wp-content/uploads/2010/05/flashresizeimg.zip

    and install to import the greensock, to do that you will need to install the http://www.greensock.com/tweenlite/ , after you install it, change with your install location in the as3.

    //Imports the tweenlite plugin.
    import com.greensock.*;

Trackbacks/Pingbacks

  1. Flash as3 resize image | Flash tutorials | Flash video tutorials … « action script - May 23, 2010

    [...] Pełny artykuł na: Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  2. Super Call Saver Telecommunications Savings Portal » Blog Archive » Did M.I.A. sample this song? - May 23, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  3. Flash as3 resize image | Flash tutorials | Flash video tutorials … | Flash Designers - May 23, 2010

    [...] Go here to see the original:  Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  4. What is an easy but proffesional software for website design? | BingSite - May 24, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials | Flash actionscript | flash animat… [...]

  5. Tweets that mention Flash Tutorial: : Flash as3 resize image -- Topsy.com - May 24, 2010

    [...] This post was mentioned on Twitter by Flash Tutorials and Justin Boyd, J. Anna. J. Anna said: Flash Tutorial: : Flash as3 resize image http://www.flashconf.com/actionscript/flash-as3-resize-image/ [...]

  6. Lastest Wp Templates News | The Blogging Expert - May 24, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  7. How do I use SEO for my flash website? | The Blogging Expert - May 26, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  8. Chomp!!! | mesothelioma Lawyer,Mesothelioma, Asbestos Cancer, Mesothelioma Treatments, Lawyers / Attorneys - May 27, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials | Flash actionscript | flash animat… [...]

  9. Miniature Food Pink Donuts | mesothelioma Lawyer,Mesothelioma, Asbestos Cancer, Mesothelioma Treatments, Lawyers / Attorneys - May 27, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials | Flash actionscript | flash animat… [...]

  10. Download flash Photos on your computer system | Download Zone - May 27, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  11. Oxfam Organic Farming Training | mesothelioma Lawyer,Mesothelioma, Asbestos Cancer, Mesothelioma Treatments, Lawyers / Attorneys - May 28, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials | Flash actionscript | flash animat… [...]

  12. Ideas for pink and brown baby shower cake I am making for a friend | mesothelioma Lawyer,Mesothelioma, Asbestos Cancer, Mesothelioma Treatments, Lawyers / Attorneys - May 28, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials | Flash actionscript | flash animat… [...]

  13. vacation | facebook,myfacebook soft,myfacebook com - June 20, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials | Flash actionscript | flash animat… [...]

  14. Hannah In Belle & Sebastian Frisbee Shocker! | facebook,myfacebook soft,myfacebook com - June 20, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials | Flash actionscript | flash animat… [...]

  15. ActionScript 3 Animation 15: Auto-Scrolling Map « Nasty Habits - August 13, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  16. ActionScript 3 Animation 21: Adjusting Depths « Nasty Habits - August 16, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  17. ActionScript 3 Animation 8: Slideshow: Set Stage « Nasty Habits - August 28, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  18. ActionScript 3 Animation 23: Multiple Movie Clips « Nasty Habits - September 3, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  19. ActionScript 3.0 Intro 2: The Actions Panel « Nasty Habits - September 3, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  20. ActionScript 3 Animation 5: Animating Diagonally « Nasty Habits - September 7, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  21. ActionScript 3 Animation 19: Animate in a Circle « Nasty Habits - September 11, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  22. ActionScript 3 Animation 10: Slideshow: Size « Nasty Habits - September 11, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  23. ActionScript 3.0 Intro 32: Interactive Animation « Nasty Habits - September 15, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  24. ActionScript 3.0 Intro 26: Remove Event Listeners « Nasty Habits - September 21, 2010

    [...] Flash as3 resize image | Flash tutorials | Flash video tutorials … [...]

  25. Flash as3 resize image | Flash tutorials | Flash video – FlashCS.com | Flash Designers - June 16, 2011

    [...] Excerpt from:  Flash as3 resize image | Flash tutorials | Flash video – FlashCS.com [...]

Leave a Reply