A Flash Developer Resource Site

Results 1 to 5 of 5

Thread: Adjust size all at once

  1. #1
    Flash 8 Powered! boost_r6's Avatar
    Join Date
    Nov 2005
    Posts
    221

    Adjust size all at once

    I am looking to make the project I am working on larger, including the stage and everything on it all at once... how could I go about making this adjustment, and would it adjust all the shape tween sizes also, etc?
    Always searching for a better way...

  2. #2
    Member
    Join Date
    Jun 2006
    Location
    Leeds UK
    Posts
    84
    Here is a tutorial that might help you:

    http://www.tinkertech.net/tutor/resizeflash/

  3. #3
    Flash 8 Powered! boost_r6's Avatar
    Join Date
    Nov 2005
    Posts
    221
    All that to resize the animation damn
    Always searching for a better way...

  4. #4
    i Write. shetz's Avatar
    Join Date
    Jul 2006
    Location
    14° 37'N 121° 00'E
    Posts
    118
    Well, another thing you could do would be to first increase the canvas size, then click on the EDIT MULTIPLE FRAMES button (found under the layers), then just resize everything all the elements all at once. Doing this won't touch the tweening or animation, but will only affect the size.

  5. #5
    FK's Geezer Mod Ask The Geezer's Avatar
    Join Date
    Jul 2002
    Location
    Out In The Pasture
    Posts
    20,488
    Depends on how many bitmaps you used in the movie. If it's all vectors, you can use code in frame 1 to make it resize;

    this._xscale = 110;
    this._yscale = 110;

    That's 110%. But bitmaps will look bad if you resize the movie. The only other way is to start over.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center