Unable to convert: BitMap: to type: TextureMap
My code
FerstTexture=Bitmaptexture()
FerstTexture =bitmap 100 100 color:red
SecondTexture=Bitmaptexture()
SecondTexture=bitmap 100 100 color:green
CompoMap=compositeTexture()
CompoMap.mapEnabled.count = 2
CompoMap.mapList =#(FerstTexture,SecondTexture)
MAX answer --Unable to convert: BitMap: to type: TextureMap
Explain my mistake please.........

Comments
BARIGAZY, glad to see and
BARIGAZY, glad to see and listen you....
Thank you
my pleasure,man :)
my pleasure,man :)
bga
Do it like this
The problem is that you need to save bitmap first before you assigne it.
Just specify your path where you want to save bitmaps.
bga