While making a CDRom interface in flash I came across this nasty and much hated problem of distorting pixels for image-rollovers and other types of pixel images. After a lot of searching and trying out things I came across a solution.
I have to note that i noticed the problem while using .png files and used .gif files for the solution although the solution might also work with .png files.
ok the solution is pretty damn simple but thats always easy talking afterwards;
1. Add a transparent border around your image (just 1 pixel on the left, front, top, and bottom was enough for me)
2. Move the image or buttons registration point to 0,0 (the little cross with the circle around it) you can use the Align tool for this to make things easy.
So instead of this:
............. : : : O : : : .............
it should be this:
O............ : : : : : : .............
That's all really. I hope to have saved some of you some long nights without sleep. :)
Take care.
| » Level Basic |
|
Added: 2003-06-16 Rating: 8 Votes: 28 |
| » Author |
| new media design, motion graphics and graphic design |
| » Download |
| Download the files used in this tutorial. |
| Download (0 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!