Flash- inside transform object

Out of context: Reply #8

  • Started
  • Last post
  • 8 Responses
  • fyoucher10

    Use Snap to Pixels. Make sure it's scaling evenly (check the transform inspector). Make sure it's X and Y positions are not on floating point numbers (ie. 46.3 versus 46.0).

    If the original width is 40.0, make sure the resized width is something with ".0". If it's starting width is something like 43.4, when it's resized, make sure the new width is something like 23.4...(".4"). Make sense?

    If edges/pixels are still a bit blurry, zoom in 2000% and nudge the object until it sits exactly on a even X or Y position. You may have to keep testing to make sure it's perfect.

    (Do what everyone else says too, especially setting smoothing for bitmap images and what Brand0 says about wasting file size).

    I wouldn't bother with a mathematical formula. It's rare that you'll be getting ads that are perfectly proportioned with each other. You're going to have to make some tweaks no matter how you look at it if you want it to be perfect.

View thread