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.........
barigazy · 2012-06-09