Hello FlashCoders,

I am loading an image into a MC and then copying this into a bitmapData object and then creating multiple bitmap objects in order to copy various parts of this image. What I am wondering is, in order to display those slices on the screen in different locations I can go two different ways. One is, creating those small bitmaps and then attaching them into their separate MCs and then setting _x and _y properties of those movieclips. The other is, supplying a translated matrix argument when drawing this bitmap which would set it again in my desired place.

Which way would you recommend me to go in this junction preferably CPU wise.

best,
ilteris

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to