Question
Load bitmaps from CS5
Hi,
trying to improve my program's performances I read a lot of different posts and tutorial in internet.
One of the most recommended things to do is "use bitmaps". Use that class is not a problem in as3, but I don't know which class should I use in Flash CS5. Should I always use "Graphic"?
So far I'm creating my images as Graphic and load them as the class I need (sprite in order to be displayobject container or bitmap).
Thanks!
