SmoothImage Class
Par Arthy, jeudi 6 septembre 2007 à 17:00 :: General :: #26 :: rss
Here is a little simple class to smooth transformed images.
Simple bitmap (in library or loaded files) can't be directly smoothed when they are scaled or rotated on the scene.
So this simple class allows you to directly smooth a movieclip content.
In fast, the class creates a snapshot of the movieclip, and paste a bitmapdata over the original content.
You can also paste the snapshot in a another movieclip, or force the snapshot size by using the main function parameters

clicke here to get the class source and a full example.
Commentaires
1. Le jeudi 6 septembre 2007 à 17:04, par atn.
2. Le jeudi 6 septembre 2007 à 20:52, par woumpah
3. Le vendredi 7 septembre 2007 à 13:31, par matthieu
Ajouter un commentaire