Hi everyone!
I have a set of thumbnails inside a .swf website. I have properly worked out actionscript to pop open the thumbs to see larger images. The thumbs represent a flash games menu.
What I want to happen when you click on a thumb is for a large rectangular image to appear, split into four quadrants. The quadrants would be three screenshots of the game (in the top left, bottom left and top right quadrants), plus one quadrant for text information (in the bottom right).
In order to achieve this, I have to:
- Save three screenshots of the game
- Reduce the screenshots to fit into the quadrants
- Type in the text
- Save all this as another image
- Import that image into my .swf website as a movie clip
Iām trying this using jpegs and gifs, and I am losing quality. The final 4 quadrant image is fuzzy. What do you experts think my best chance of getting the sharpest looking images is? The flash games are mostly all cartoons, only a few have photos.
Thanks for the help!!