Ciubhran
06-21-2009, 03:07 PM
I am looking for various ways in Flash and ActionScript to break apart a spritesheet and make it into a movie clip.
Currently I am having trouble where the width of one sprite in the spritesheet is wider than the others, making the wider sprite look more blurry, like Flash tries to compact it somehow.
What I am currently doing is just to break apart the sprites, sprite by sprite, pixel by pixel, and then transforming it to graphics, then adding the graphics into the frames in an empty movie clip, and centering them to the middle of the movie clip. But the "wider" graphics look blurry, and I do not want this.
So, I am looking for "proper" ways to make a spritesheet into a movie clip in Flash.
Currently I am having trouble where the width of one sprite in the spritesheet is wider than the others, making the wider sprite look more blurry, like Flash tries to compact it somehow.
What I am currently doing is just to break apart the sprites, sprite by sprite, pixel by pixel, and then transforming it to graphics, then adding the graphics into the frames in an empty movie clip, and centering them to the middle of the movie clip. But the "wider" graphics look blurry, and I do not want this.
So, I am looking for "proper" ways to make a spritesheet into a movie clip in Flash.