Merge two images into a single MovieClip?
Hello
I have two images,
var BigImage:BigPhoto = new BigPhoto() // a PNG of 640x960 pixels
addChild(BigImage)
var Thumb:LittlePhoto = new LittlePhoto() // a PNG of 140x220 Pixels
addChild(Thumb)
I need create and save another image that is the Big as Background and the little inside of this at position x=40 y=200
Sorry for my English but I need to "embed" the little photo inside of the big Photo, I whish culd be understand
Anybody know how is the code in AS3 CS5.5 to do this?
Thank you
